diff options
author | randomengy <[email protected]> | 2011-06-12 17:40:18 +0000 |
---|---|---|
committer | randomengy <[email protected]> | 2011-06-12 17:40:18 +0000 |
commit | 61bd85d1ef395a8990152a9c59ac38b8016989c4 (patch) | |
tree | 91726f4e3cbe809cefff868f2ea4d0f27b5aec17 /win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs | |
parent | a9d5ad1ecce4ebc2db6faa561ac16f3911fa7560 (diff) |
StyleCop fixes. Also removed copying hb.dll step to fix build error.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4049 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs index d4275b4d2..7f071bb81 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/EncodingProfile.cs @@ -1,10 +1,7 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace HandBrake.Interop
+namespace HandBrake.Interop
{
+ using System.Collections.Generic;
+
public class EncodingProfile
{
public EncodingProfile()
|