diff options
author | sr55 <[email protected]> | 2010-04-24 15:25:40 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-24 15:25:40 +0000 |
commit | a5687f98414788475d8ba26ca6db176b0b2c5a4a (patch) | |
tree | f657b6d13ea1e23fd7b7fbef0e00bae04da0770f /win/C#/Model/AudioTrack.cs | |
parent | 1fe85f1a237d4d0242862bb92d2383c1058f6158 (diff) |
WinGui:
- More stylecop warnings cleaned up
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3259 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Model/AudioTrack.cs')
-rw-r--r-- | win/C#/Model/AudioTrack.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/C#/Model/AudioTrack.cs b/win/C#/Model/AudioTrack.cs index 410cfa59e..04b12ce8c 100644 --- a/win/C#/Model/AudioTrack.cs +++ b/win/C#/Model/AudioTrack.cs @@ -12,7 +12,6 @@ namespace Handbrake.Model {
/// <summary>
/// Initializes a new instance of the <see cref="AudioTrack"/> class.
- /// Audio Track instance
/// </summary>
public AudioTrack()
{
|