diff options
author | sr55 <[email protected]> | 2015-03-05 21:05:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-03-05 21:05:26 +0000 |
commit | f6bf7d75908d718ea620ac2e6f691627d0a9e7c2 (patch) | |
tree | d4345230a9fb991e1dd4d4248c263aa46f2e4899 /win/CS/HandBrake.ApplicationServices/Interop/Model/Size.cs | |
parent | 5c7597d9de68e920ea6f06b6086df148d7225739 (diff) |
WinGui: Moving some more namespaces.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6967 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Model/Size.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Model/Size.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Model/Size.cs b/win/CS/HandBrake.ApplicationServices/Interop/Model/Size.cs index 91cba7a66..e6752042c 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Model/Size.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Model/Size.cs @@ -9,8 +9,6 @@ namespace HandBrake.ApplicationServices.Interop.Model
{
- using System.Windows.Forms;
-
/// <summary>
/// The size.
/// </summary>
|