diff options
author | sr55 <[email protected]> | 2015-01-09 20:21:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-01-09 20:21:13 +0000 |
commit | 9772731f48920014d889e9e8bcf4035b120a6e42 (patch) | |
tree | df0f2ca198ab3f4c0e234899f5cf57a5a1d1b2ef /win/CS/HandBrake.ApplicationServices | |
parent | 6301bd5b63dd8c7e095331d22fe196210c79f316 (diff) |
WinGui: Remove "Aspect Ratio" Display on the Picture tab. It's not really useful to anyone.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6702 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs index 972924a50..90998ecc7 100644 --- a/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs +++ b/win/CS/HandBrake.ApplicationServices/Services/Scan/LibScan.cs @@ -480,7 +480,6 @@ namespace HandBrake.ApplicationServices.Services.Scan TitleNumber = title.TitleNumber,
Duration = title.Duration,
Resolution = new Size(title.Resolution.Width, title.Resolution.Height),
- AspectRatio = (decimal)title.AspectRatio,
AngleCount = title.AngleCount,
ParVal = new Size(title.ParVal.Width, title.ParVal.Height),
AutoCropDimensions = title.AutoCropDimensions,
|