diff options
author | sr55 <[email protected]> | 2010-06-04 20:33:16 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-06-04 20:33:16 +0000 |
commit | b8bab98e11aa16cef3c9762ca1f68906ce828d58 (patch) | |
tree | 31ade9c7cd7f437dd80f00e17c42fbdfff51833c /win/C#/interop/SourceData/AudioTrack.cs | |
parent | 73177393028b107b844b69e540b9aa29310e57ac (diff) |
WinGui:
# interop
- Fix Namespaces
- Changed so it's .NET 3.5 compatible.
- Removed usings which were not needed and placed usings inside the namespace.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3353 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/interop/SourceData/AudioTrack.cs')
-rw-r--r-- | win/C#/interop/SourceData/AudioTrack.cs | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/win/C#/interop/SourceData/AudioTrack.cs b/win/C#/interop/SourceData/AudioTrack.cs index 735ddd965..13408b3dd 100644 --- a/win/C#/interop/SourceData/AudioTrack.cs +++ b/win/C#/interop/SourceData/AudioTrack.cs @@ -1,15 +1,9 @@ /* AudioTrack.cs $
-
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Text.RegularExpressions;
-
-namespace HandBrake.SourceData
+namespace HandBrake.Interop.SourceData
{
/// <summary>
/// An object represending an AudioTrack associated with a Title, in a DVD
|