diff options
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>
|