diff options
Diffstat (limited to 'win/C#/HandBrakeWPF/Views/AddPresetView.xaml.cs')
-rw-r--r-- | win/C#/HandBrakeWPF/Views/AddPresetView.xaml.cs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/win/C#/HandBrakeWPF/Views/AddPresetView.xaml.cs b/win/C#/HandBrakeWPF/Views/AddPresetView.xaml.cs deleted file mode 100644 index b99e48b26..000000000 --- a/win/C#/HandBrakeWPF/Views/AddPresetView.xaml.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace HandBrakeWPF.Views
-{
- /// <summary>
- /// Interaction logic for VideoView.xaml
- /// </summary>
- public partial class AddPresetView : UserControl
- {
- public AddPresetView()
- {
- InitializeComponent();
- }
- }
-}
|