diff options
Diffstat (limited to 'win/C#/frmPreview.cs')
-rw-r--r-- | win/C#/frmPreview.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/win/C#/frmPreview.cs b/win/C#/frmPreview.cs index c7d442d5d..e00bcd976 100644 --- a/win/C#/frmPreview.cs +++ b/win/C#/frmPreview.cs @@ -1,15 +1,8 @@ using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
using System.Windows.Forms;
using System.Threading;
using System.Diagnostics;
using System.Runtime.InteropServices;
-
-using QTOControlLib;
using QTOLibrary;
namespace Handbrake
@@ -17,7 +10,7 @@ namespace Handbrake public partial class frmPreview : Form
{
- Handbrake.QueryGenerator hb_common_func = new Handbrake.QueryGenerator();
+ QueryGenerator hb_common_func = new QueryGenerator();
Functions.Encode process = new Functions.Encode();
private delegate void UpdateUIHandler();
String currently_playing = "";
|