diff options
author | handbrake <[email protected]> | 2013-02-25 08:19:50 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2013-02-25 08:19:50 +0000 |
commit | 1b040f598de50c2e721c965f637341b1d5e015bd (patch) | |
tree | 42dfee7f47396c9b341f7f67e85f193a3a7ff9e1 /win/CS/HandBrakeWPF/ViewModels | |
parent | 16a53d9befcd0398a168f3d20d5b403b65911c52 (diff) |
tidy up log output, useless code
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/opencl@5268 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs index 33f27c72b..bc89a7688 100644 --- a/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs @@ -123,6 +123,8 @@ namespace HandBrakeWPF.ViewModels /// Support OpenCL
/// </summary>
private bool supportOpenCL;
+
+ /// <summary>
/// The Toolbar Status Label
/// </summary>
private string statusLabel;
@@ -640,6 +642,8 @@ namespace HandBrakeWPF.ViewModels this.NotifyOfPropertyChange("SupportOpenCL");
}
}
+
+ /// <summary>
/// Gets RangeMode.
/// </summary>
public IEnumerable<OutputFormat> OutputFormats
|