diff options
author | sr55 <[email protected]> | 2011-08-15 16:00:22 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-08-15 16:00:22 +0000 |
commit | 3e3deb33d5c5ec4aca3d6c855db646b511bf788b (patch) | |
tree | 3c2012081d7e05c428803f57ddf19911fbe16437 /win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs | |
parent | bb6b6007ea2111cac17ff5fff2f2105bb5b7e6e9 (diff) |
WinGui: Remove a duplicate model object.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4174 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs b/win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs index b52d72f56..a4d8d9787 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/QueryParserUtility.cs @@ -16,14 +16,11 @@ namespace HandBrake.ApplicationServices.Utilities using HandBrake.Interop.Model;
using HandBrake.Interop.Model.Encoding;
- using Anamorphic = HandBrake.ApplicationServices.Model.Encoding.Anamorphic;
-
/// <summary>
/// Parse a CLI Query
/// </summary>
public class QueryParserUtility
{
-
/**
* TODO
* - Add support for PointToPointMode = Seconds or Frames
|