summaryrefslogtreecommitdiffstats
path: root/win/C#/frmReadDVD.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-10-04 22:33:58 +0000
committersr55 <[email protected]>2007-10-04 22:33:58 +0000
commit1ef4964589e409da57703fe68a202993b60315ac (patch)
treed248b9463bb662f92635dc665469730a3039de46 /win/C#/frmReadDVD.cs
parente20b60acb5d0fd0eec5c28b631c0f61286ee5961 (diff)
WinGui:
-Code to expire development builds -New show/hide options for the new preset system. -Few bug fixes. -Updated Installer git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1000 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmReadDVD.cs')
-rw-r--r--win/C#/frmReadDVD.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/win/C#/frmReadDVD.cs b/win/C#/frmReadDVD.cs
index 8adfb1d2a..ff5027586 100644
--- a/win/C#/frmReadDVD.cs
+++ b/win/C#/frmReadDVD.cs
@@ -109,8 +109,6 @@ namespace Handbrake
thisDvd = Parsing.DVD.Parse(sr);
sr.Close();
- Console.ReadLine();
-
updateUIElements();
}
catch (Exception exc)