From 2efd8f264113bcd3d8c39a1f408c16cc27100aa7 Mon Sep 17 00:00:00 2001 From: sr55 Date: Thu, 1 Mar 2012 19:01:54 +0000 Subject: WinGui: (WPF) Further work wiring up the new UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4479 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../ViewModels/Interfaces/IPictureSettingsViewModel.cs | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'win/CS/HandBrakeWPF/ViewModels/Interfaces/IPictureSettingsViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IPictureSettingsViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IPictureSettingsViewModel.cs index 293dc728a..2992a2b1f 100644 --- a/win/CS/HandBrakeWPF/ViewModels/Interfaces/IPictureSettingsViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/Interfaces/IPictureSettingsViewModel.cs @@ -9,26 +9,10 @@ namespace HandBrakeWPF.ViewModels.Interfaces { - using HandBrake.ApplicationServices.Model; - using HandBrake.ApplicationServices.Parsing; - /// /// The Picture Settings View Model Interface /// - public interface IPictureSettingsViewModel + public interface IPictureSettingsViewModel : ITabInterface { - /// - /// Setup the window after a scan. - /// - /// - /// The selected title. - /// - /// - /// The Current preset - /// - /// - /// The task. - /// - void SetSource(Title selectedTitle, Preset currentPreset, EncodeTask task); } } -- cgit v1.2.3