diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/Scan/Title.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Scan/Title.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Scan/Title.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Scan/Title.cs index 8f5880123..3b2baa27d 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Scan/Title.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Scan/Title.cs @@ -94,11 +94,6 @@ namespace HandBrake.Interop.Model.Scan public Size Resolution { get; set; }
/// <summary>
- /// Gets or sets the aspect ratio of this Title
- /// </summary>
- public decimal AspectRatio { get; set; }
-
- /// <summary>
/// Gets or sets the number of angles on the title.
/// </summary>
public int AngleCount { get; set; }
|