summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-01-17 23:03:53 +0000
committersr55 <[email protected]>2015-01-17 23:03:53 +0000
commit9250daa1b69db695007f2b43ae19ec2d66112ef9 (patch)
tree1bf8b813f10f78f6155ba367d23503bdcd03554a /win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
parent7f7da739dc4485771416931aab652b6651737d69 (diff)
WinGui: Combine the Still and Live previews into a single window in the same style as the Mac and Linux GUI's
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6765 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs')
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
index 1cfe67bae..3a1df33bf 100644
--- a/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
@@ -798,20 +798,6 @@ namespace HandBrakeWPF.ViewModels
this.NotifyOfPropertyChange(() => this.Task);
}
- /// <summary>
- /// The preview image.
- /// Experimental Feature => In-Progress
- /// </summary>
- public void PreviewImage()
- {
- if (!string.IsNullOrEmpty(this.Task.Source))
- {
- this.StaticPreviewViewModel.IsOpen = true;
- this.StaticPreviewViewModel.UpdatePreviewFrame(this.Task);
- this.WindowManager.ShowWindow(this.StaticPreviewViewModel);
- }
- }
-
#endregion
#region Methods