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/SourceData/AudioCodec.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/SourceData/AudioCodec.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs index ee5f8133d..a2bb5a105 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/SourceData/AudioCodec.cs @@ -1,9 +1,4 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace HandBrake.SourceData
+namespace HandBrake.SourceData
{
// Only contains 2 real codecs at the moment as those are what we care about. More will be added later.
public enum AudioCodec
|