summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices/Model/Preset.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-09-11 17:18:41 +0000
committersr55 <[email protected]>2011-09-11 17:18:41 +0000
commit7129aebff7254512f7319b059c507db6f9c77ca2 (patch)
tree68abd7e8eabe84de84281de5f68f6372f3b776dc /win/CS/HandBrake.ApplicationServices/Model/Preset.cs
parent42cf765a1ac9c9e05ab0c64535ebd9753281d9e8 (diff)
WinGui: Some further work to enable libhb encode support.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4218 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Model/Preset.cs')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Model/Preset.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Model/Preset.cs b/win/CS/HandBrake.ApplicationServices/Model/Preset.cs
index e20ad2dee..ede38b26f 100644
--- a/win/CS/HandBrake.ApplicationServices/Model/Preset.cs
+++ b/win/CS/HandBrake.ApplicationServices/Model/Preset.cs
@@ -31,11 +31,6 @@ namespace HandBrake.ApplicationServices.Model
public bool CropSettings { get; set; }
/// <summary>
- /// Gets or sets the Settings for this encode/preset. Can be used in place of Query property.
- /// </summary>
- public EncodeTask EncodeSettings { get; set; }
-
- /// <summary>
/// Gets or sets The version number which associates this preset with a HB build
/// </summary>
public string Version { get; set; }