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 | |
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')
-rw-r--r-- | win/C#/Model/AudioTrack.cs | 1 | ||||
-rw-r--r-- | win/C#/Model/DriveInformation.cs | 1 | ||||
-rw-r--r-- | win/C#/Model/Job.cs | 1 |
3 files changed, 0 insertions, 3 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()
{
diff --git a/win/C#/Model/DriveInformation.cs b/win/C#/Model/DriveInformation.cs index f22cdf982..d7cef0ee5 100644 --- a/win/C#/Model/DriveInformation.cs +++ b/win/C#/Model/DriveInformation.cs @@ -10,7 +10,6 @@ namespace Handbrake.Model /// </summary>
public class DriveInformation
{
-
/// <summary>
/// Gets or sets A Unique ID That represemts this model.
/// </summary>
diff --git a/win/C#/Model/Job.cs b/win/C#/Model/Job.cs index a2ccc00bf..6f2721272 100644 --- a/win/C#/Model/Job.cs +++ b/win/C#/Model/Job.cs @@ -3,7 +3,6 @@ Homepage: <http://handbrake.fr>.
It may be used under the terms of the GNU General Public License. */
-
namespace Handbrake.Model
{
/// <summary>
|