diff options
author | sr55 <[email protected]> | 2011-03-13 13:14:55 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-03-13 13:14:55 +0000 |
commit | e1cd56c97a15f25ec33f925d39ca574f966dfbc0 (patch) | |
tree | ba535eef6d98d11a326b10f02c11ee5a9deec426 /win/C#/ToolWindows/UpdateInfo.cs | |
parent | 57224a250b66b28bed628f587486197c9900bc1d (diff) |
WinGui:
- Complete work to remove the framework library.
- Fix a couple of issues with the build script and updated the nsis scripts/
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3843 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/ToolWindows/UpdateInfo.cs')
-rw-r--r-- | win/C#/ToolWindows/UpdateInfo.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/ToolWindows/UpdateInfo.cs b/win/C#/ToolWindows/UpdateInfo.cs index bca7d81cd..f86b0dbd7 100644 --- a/win/C#/ToolWindows/UpdateInfo.cs +++ b/win/C#/ToolWindows/UpdateInfo.cs @@ -9,7 +9,6 @@ namespace Handbrake.ToolWindows using System.Windows.Forms;
using HandBrake.ApplicationServices.Model.General;
- using HandBrake.Framework.Views;
/// <summary>
/// A window to display update information.
|