diff options
author | sr55 <[email protected]> | 2011-02-17 18:39:47 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-02-17 18:39:47 +0000 |
commit | 1955a68ebccad7cd78534f6140550456b3e22756 (patch) | |
tree | d952258dc4ad786a6064c708583fd0be4b0ca346 /win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs | |
parent | 8bf55ae1a275b3576971c4596c4b0b1090902364 (diff) |
WinGui:
- Remove target file size option. This feature is being mis-used, doesn't really work well and is generally causing far too much confusion.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3798 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs')
-rw-r--r-- | win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs b/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs index 8b561f496..c3a58ac40 100644 --- a/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs +++ b/win/C#/HandBrake.ApplicationServices/Model/EncodeTask.cs @@ -224,11 +224,6 @@ namespace HandBrake.ApplicationServices.Model public double? Quality { get; set; }
/// <summary>
- /// Gets or sets TargetSize.
- /// </summary>
- public int? TargetSize { get; set; }
-
- /// <summary>
/// Gets or sets VideoBitrate.
/// </summary>
public int? VideoBitrate { get; set; }
|