diff options
author | sr55 <[email protected]> | 2011-11-20 20:02:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-11-20 20:02:49 +0000 |
commit | 02ef15e82e63c3d4924fde8a03ef277ee4339785 (patch) | |
tree | d6de272b833e11bde58bffc1307bf173434261d3 /win/CS/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs | |
parent | c0c88720f5f59104770be38f0e84d7c2897ef465 (diff) |
WinGui: (WPF) Some further UI Work.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4362 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/win/CS/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs b/win/CS/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs deleted file mode 100644 index 6b1735815..000000000 --- a/win/CS/HandBrakeWPF/Views/Controls/QueryEditorView.xaml.cs +++ /dev/null @@ -1,15 +0,0 @@ -namespace HandBrakeWPF.Views.Controls
-{
- using System.Windows.Controls;
-
- /// <summary>
- /// Interaction logic for QueryEditorView.xaml
- /// </summary>
- public partial class QueryEditorView : UserControl
- {
- public QueryEditorView()
- {
- InitializeComponent();
- }
- }
-}
|