diff options
author | sr55 <[email protected]> | 2012-08-15 18:08:28 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-08-15 18:08:28 +0000 |
commit | 9b7b3485646a227bbbe16a358dc9d317868565e4 (patch) | |
tree | 2e0c8a8f25b95570a6d78defc4806816e021f744 /win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs | |
parent | 7cd3b216443482163c68e01fe48755f5763a7053 (diff) |
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
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/AdvancedViewModel.cs | 12 |
1 files changed, 0 insertions, 12 deletions
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();
}
}
@@ -399,17 +398,6 @@ namespace HandBrakeWPF.ViewModels }
/// <summary>
- /// Gets a value indicating whether EightByEightDctVisible.
- /// </summary>
- public bool EightByEightDctVisible
- {
- get
- {
- return this.Analysis.Value != "none";
- }
- }
-
- /// <summary>
/// Gets or sets MotionEstimationMethod.
/// </summary>
public AdvancedChoice MotionEstimationMethod
|