diff options
author | sr55 <[email protected]> | 2009-01-08 20:11:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-01-08 20:11:26 +0000 |
commit | 979826e24b3f187c3b488da47b720234c93f293d (patch) | |
tree | 1341bb819559c40cd68ff39237fc354aa6f27dea /win/C#/frmActivityWindow.cs | |
parent | a385d189c2830994e460b8739546825d7f4418d2 (diff) |
WinGui:
- Code cleanup. Remoes old using tags, removes unused code, cleans up some functions to make them shorter/more readable etc.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2069 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmActivityWindow.cs')
-rw-r--r-- | win/C#/frmActivityWindow.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win/C#/frmActivityWindow.cs b/win/C#/frmActivityWindow.cs index d1a1376cb..1ad4e094e 100644 --- a/win/C#/frmActivityWindow.cs +++ b/win/C#/frmActivityWindow.cs @@ -5,16 +5,10 @@ It may be used under the terms of the GNU General Public License. */
using System;
-using System.Collections;
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.Runtime.InteropServices;
using Microsoft.Win32;
|