diff options
author | sr55 <[email protected]> | 2012-04-01 17:07:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-04-01 17:07:05 +0000 |
commit | b07bb66a24127135b5b921db6486f1cad45f42cc (patch) | |
tree | 6b02a41cf78cb1b415c968b2399e6c64aeca1243 /win/CS/frmMain.cs | |
parent | 12d9b4d8ae55f94eda8bccc6edc07dca1c69a7ad (diff) |
WinGui: (WPF) Bug fixes to the advanced panel
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4578 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/frmMain.cs')
-rw-r--r-- | win/CS/frmMain.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/frmMain.cs b/win/CS/frmMain.cs index 9242bac0b..930828b7d 100644 --- a/win/CS/frmMain.cs +++ b/win/CS/frmMain.cs @@ -3,8 +3,6 @@ Homepage: <http://handbrake.fr/>.
It may be used under the terms of the GNU General Public License. */
-using HandBrake.ApplicationServices.Model.Encoding;
-
namespace Handbrake
{
using System;
|