diff options
author | sr55 <[email protected]> | 2018-05-06 20:27:14 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2018-05-06 20:27:14 +0100 |
commit | 457bb751d054aab63a70f63a02b94c340186cedc (patch) | |
tree | 46ddf86646bee85e187fab4411568becd79a2553 /win/CS/HandBrakeWPF/Model/Subtitles | |
parent | cf1c74a182183eeb264c3d56bbbd99252b6804c1 (diff) |
WinGui: Tidy-up some erroneous namespaces.
Diffstat (limited to 'win/CS/HandBrakeWPF/Model/Subtitles')
-rw-r--r-- | win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBehaviourModes.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBehaviourModes.cs b/win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBehaviourModes.cs index ff50032cc..1a3416c88 100644 --- a/win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBehaviourModes.cs +++ b/win/CS/HandBrakeWPF/Model/Subtitles/SubtitleBehaviourModes.cs @@ -9,8 +9,6 @@ namespace HandBrakeWPF.Model.Subtitles
{
- using System.ComponentModel.DataAnnotations;
-
using HandBrake.ApplicationServices.Attributes;
/// <summary>
|