summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-09-24 15:49:16 +0000
committersr55 <[email protected]>2007-09-24 15:49:16 +0000
commit75e20b1d703e59b9a74738bf5301e6352b428a33 (patch)
treea70ecb08575040de36eacc3dc603eb464b9868da /win/C#/Functions
parent2f4097f0af04cbefc10b2981dedea457ab1054b5 (diff)
WinGUI:
- New Open Source Based Installed in use. (NullSoft Install System) Script for generating installer in /Installer - Added System Resolution and Total Available Memory Checks to the GUI. Someone with knowledge of the Scripting Language could add these to the installer script. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@986 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r--win/C#/Functions/CLI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/Functions/CLI.cs b/win/C#/Functions/CLI.cs
index c1502a462..c98d64f47 100644
--- a/win/C#/Functions/CLI.cs
+++ b/win/C#/Functions/CLI.cs
@@ -16,7 +16,6 @@ namespace Handbrake.Functions
/// </summary>
static readonly public CultureInfo Culture = new CultureInfo("en-US", false);
-
Process hbProc = new Process();
public Process runCli(object s, string query, bool stderr, bool stdout, bool useShellExec, bool noWindow)