diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/PreviewView.xaml.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/PreviewView.xaml.cs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/win/CS/HandBrakeWPF/Views/PreviewView.xaml.cs b/win/CS/HandBrakeWPF/Views/PreviewView.xaml.cs deleted file mode 100644 index a8203245a..000000000 --- a/win/CS/HandBrakeWPF/Views/PreviewView.xaml.cs +++ /dev/null @@ -1,27 +0,0 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="PreviewView.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 VideoView.xaml
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrakeWPF.Views
-{
- using System.Windows;
-
- /// <summary>
- /// Interaction logic for VideoView.xaml
- /// </summary>
- public partial class PreviewView : Window
- {
- /// <summary>
- /// Initializes a new instance of the <see cref="PreviewView"/> class.
- /// </summary>
- public PreviewView()
- {
- InitializeComponent();
- }
- }
-}
|