From 9b7b3485646a227bbbe16a358dc9d317868565e4 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 15 Aug 2012 18:08:28 +0000 Subject: WinGui: Fixes to the Advanced Panel (8x8t and ref) and Picture Panel (Further Max W/H fixes) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4907 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs') diff --git a/win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs index 2a0425114..ffcfc5b4b 100644 --- a/win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs @@ -266,7 +266,6 @@ namespace HandBrakeWPF.ViewModels { this.analysis = value; this.NotifyOfPropertyChange(() => this.Analysis); - this.NotifyOfPropertyChange(() => this.EightByEightDctVisible); this.UpdateOptionsString(); } } @@ -398,17 +397,6 @@ namespace HandBrakeWPF.ViewModels } } - /// - /// Gets a value indicating whether EightByEightDctVisible. - /// - public bool EightByEightDctVisible - { - get - { - return this.Analysis.Value != "none"; - } - } - /// /// Gets or sets MotionEstimationMethod. /// -- cgit v1.2.3