summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-08-27 21:39:15 +0000
committersr55 <[email protected]>2011-08-27 21:39:15 +0000
commit3e32e57c216db0b6acf6166b9f23f2ede3aece30 (patch)
treeb130fe618627832fe6d01f68198f15079d9b840c /win/CS/HandBrake.ApplicationServices/Model
parentf73206bf585737a16706b7445a7add49959bc6a3 (diff)
WinGui: Some refactoring of the preset services to make them simpler and restoring old functionality that allowed storing of crop settings to match the macgui.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4194 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs b/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
index 1d7c61913..31b46acdf 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/EncodeTask.cs
@@ -113,11 +113,6 @@ namespace HandBrake.ApplicationServices.Model
public int? MaxHeight { get; set; }
/// <summary>
- /// Gets or sets a value indicating whether CustomCropping.
- /// </summary>
- public bool IsCustomCropping { get; set; }
-
- /// <summary>
/// Gets or sets Cropping.
/// </summary>
public Cropping Cropping { get; set; }