diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs b/win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs deleted file mode 100644 index 1f60792be..000000000 --- a/win/CS/HandBrakeWPF/Views/TitleSpecificView.xaml.cs +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="TitleSpecificView.xaml.cs" company="HandBrake Project (http://handbrake.fr)">
-// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
-// </copyright>
-// <summary>
-// Interaction logic for TitleSpecificView.xaml
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrakeWPF.Views
-{
- using System.Windows;
-
- /// <summary>
- /// Interaction logic for TitleSpecific.xaml
- /// </summary>
- public partial class TitleSpecificView : Window
- {
- /// <summary>
- /// Initializes a new instance of the <see cref="TitleSpecificView"/> class.
- /// </summary>
- public TitleSpecificView()
- {
- this.InitializeComponent();
- }
- }
-}
|