summaryrefslogtreecommitdiffstats
path: root/win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs')
-rw-r--r--win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs b/win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs
deleted file mode 100644
index 07f3f486f..000000000
--- a/win/C#/HandBrakeWPF/ViewModels/QueueViewModel.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-/* QueueViewModel.cs $
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
-
-namespace HandBrakeWPF.ViewModels
-{
- using Caliburn.PresentationFramework.ApplicationModel;
-
- /// <summary>
- /// The Preview View Model
- /// </summary>
- public class QueueViewModel : ViewModelBase
- {
- public QueueViewModel(IWindowManager windowManager) : base(windowManager)
- {
- }
- }
-}