From 75e20b1d703e59b9a74738bf5301e6352b428a33 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 24 Sep 2007 15:49:16 +0000 Subject: 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 --- win/C#/Functions/CLI.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'win/C#/Functions') 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 /// 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) -- cgit v1.2.3