summaryrefslogtreecommitdiffstats
path: root/win/C#/frmSelectDVD.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2007-07-29 21:15:38 +0000
committersr55 <[email protected]>2007-07-29 21:15:38 +0000
commitae10b5309ebf402c001c04ec1875505c16369427 (patch)
tree618193d185076a0885d60311cf25059f983f5b2c /win/C#/frmSelectDVD.cs
parenta74a13ded2bdcfd5bb9dbcce8cc57c78c15ac9ed (diff)
WinGui:
- Removed the readDVD Window and all its components (In options & program settings file) This is not needed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@760 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmSelectDVD.cs')
-rw-r--r--win/C#/frmSelectDVD.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/win/C#/frmSelectDVD.cs b/win/C#/frmSelectDVD.cs
deleted file mode 100644
index 03c7b5c5d..000000000
--- a/win/C#/frmSelectDVD.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
-using System.Windows.Forms;
-
-namespace Handbrake
-{
- public partial class frmSelectDVD : Form
- {
- public frmSelectDVD()
- {
- InitializeComponent();
- }
- }
-} \ No newline at end of file