summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs')
-rw-r--r--win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs b/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs
deleted file mode 100644
index 12f96979d..000000000
--- a/win/CS/HandBrakeWPF/Views/Controls/VideoView.xaml.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-namespace HandBrakeWPF.Views.Controls
-{
- using System.Windows.Controls;
-
- /// <summary>
- /// Interaction logic for VideoView.xaml
- /// </summary>
- public partial class VideoView : UserControl
- {
- public VideoView()
- {
- InitializeComponent();
- }
- }
-}