diff options
author | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
commit | ae10b5309ebf402c001c04ec1875505c16369427 (patch) | |
tree | 618193d185076a0885d60311cf25059f983f5b2c /win/C#/frmSelectDVD.cs | |
parent | a74a13ded2bdcfd5bb9dbcce8cc57c78c15ac9ed (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.cs | 18 |
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 |