diff options
Diffstat (limited to 'win/C#/HandBrakeWPF/ViewModels/PreviewViewModel.cs')
-rw-r--r-- | win/C#/HandBrakeWPF/ViewModels/PreviewViewModel.cs | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/win/C#/HandBrakeWPF/ViewModels/PreviewViewModel.cs b/win/C#/HandBrakeWPF/ViewModels/PreviewViewModel.cs deleted file mode 100644 index b41fd69f5..000000000 --- a/win/C#/HandBrakeWPF/ViewModels/PreviewViewModel.cs +++ /dev/null @@ -1,19 +0,0 @@ -/* PreviewViewModel.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 About View Model
- /// </summary>
- public class PreviewViewModel : ViewModelBase
- {
- public PreviewViewModel(IWindowManager windowManager) : base(windowManager)
- {
- }
- }
-}
|