diff options
author | sr55 <[email protected]> | 2015-05-26 19:15:22 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-05-26 19:15:22 +0000 |
commit | 6f6f447ca0b5453964d9f6c94cffed4a81e8d184 (patch) | |
tree | e9c31bba5e83a8606ba94ab715b7b6dc6495123d /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | 62dd0977862318d28fc9d19f2bb5ce96d61dd2c3 (diff) |
WinGui: - Some updates to the libhb preset wrapper code. - Remove Preset update notification and option.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7227 b64f7644-9d1e-0410-96f1-a4d463321fa5
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 71fa1fd84..9154b678f 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -72,11 +72,6 @@ namespace HandBrakeWPF public const string MinTitleLength = "MinTitleLength";
/// <summary>
- /// Preset Notification
- /// </summary>
- public const string PresetNotification = "presetNotification";
-
- /// <summary>
/// Skip Version
/// </summary>
public const string Skipversion = "skipversion";
|