diff options
author | sr55 <[email protected]> | 2017-09-08 22:14:26 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-09-08 22:14:26 +0100 |
commit | e17f33293848a5f3a783f09377adc94ffedb0f44 (patch) | |
tree | 7e4e44df742d3f82c4ab142ee1a35073e7ac984a /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | b2f2e30f942a917348703e28418be97595ad5e8d (diff) |
WinGui: Implementing the new Preset design that does away with the legacy style preset pane and re-arranges parts of the main window for better process flow.
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index 09bc63d83..74c901d2d 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -147,11 +147,6 @@ namespace HandBrakeWPF public const string RemovePunctuation = "RemovePunctuation";
/// <summary>
- /// The Show Preset Panel
- /// </summary>
- public const string ShowPresetPanel = "ShowPresetPanel";
-
- /// <summary>
/// The reset when done action.
/// </summary>
public const string ResetWhenDoneAction = "ResetWhenDoneAction";
|