diff options
author | sr55 <[email protected]> | 2009-01-05 19:19:00 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-05 19:19:00 +0000 |
commit | 8bd864a502666482a0f47e22d5f671b7c502e027 (patch) | |
tree | 21501963b4a1c1ecb8dcf397a5de6cae0369fc03 /win/C#/Functions/QueryParser.cs | |
parent | 5917460b2da251a54143874586ae041c27350a13 (diff) |
WinGui:
- Removed some white space in a few files.
- Untied options window from frmMain.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2062 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions/QueryParser.cs')
-rw-r--r-- | win/C#/Functions/QueryParser.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs index 759a58da1..ae53f467b 100644 --- a/win/C#/Functions/QueryParser.cs +++ b/win/C#/Functions/QueryParser.cs @@ -779,7 +779,6 @@ namespace Handbrake.Functions /// </summary>
/// <param name="input">A ClI Query</param>
/// <returns>A Parsed Query</returns>
-
public static QueryParser Parse(String input)
{
QueryParser thisQuery = new QueryParser();
|