summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Subtitles.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/Subtitles.cs')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Subtitles.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Subtitles.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Subtitles.cs
index 843d0d442..0d16c4c41 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Subtitles.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Subtitles.cs
@@ -16,8 +16,6 @@ namespace HandBrake.Interop.Model
/// </summary>
public class Subtitles
{
- #region Properties
-
/// <summary>
/// Gets or sets the source subtitles.
/// </summary>
@@ -27,7 +25,5 @@ namespace HandBrake.Interop.Model
/// Gets or sets the srt subtitles.
/// </summary>
public List<SrtSubtitle> SrtSubtitles { get; set; }
-
- #endregion
}
} \ No newline at end of file