summaryrefslogtreecommitdiffstats
path: root/win/C#/frmReadDVD.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/frmReadDVD.cs')
-rw-r--r--win/C#/frmReadDVD.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/win/C#/frmReadDVD.cs b/win/C#/frmReadDVD.cs
index 47639341d..56bf5af4f 100644
--- a/win/C#/frmReadDVD.cs
+++ b/win/C#/frmReadDVD.cs
@@ -5,16 +5,10 @@
It may be used under the terms of the GNU General Public License. */
using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Threading;
using System.Diagnostics;
-using System.Collections;
namespace Handbrake
@@ -27,7 +21,6 @@ namespace Handbrake
private delegate void UpdateUIHandler();
Process hbproc;
Functions.Main hb_common_func = new Functions.Main();
- Functions.Encode process = new Functions.Encode();
public frmReadDVD(string inputFile, frmMain parent)
{