diff options
author | sr55 <[email protected]> | 2009-09-01 12:24:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-09-01 12:24:46 +0000 |
commit | 8c95bc6eaf24d7aa76736d985bac02861f290e35 (patch) | |
tree | 31ca95cfbe77bed66d4568c3d7fd821495001268 /win/C#/Properties/Settings.Designer.cs | |
parent | 82d5e3c13cbf365b588036e7f70e1cc5da195349 (diff) |
WinGui:
- Remove 2 options.
"Enable DVD drive detection..." Feature seems stable, so no longer required.
"Load my default preset" No real need for this option.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2798 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index bf243e7a0..be86c49b4 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -50,18 +50,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool defaultSettings {
- get {
- return ((bool)(this["defaultSettings"]));
- }
- set {
- this["defaultSettings"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool updateStatus {
get {
return ((bool)(this["updateStatus"]));
@@ -193,18 +181,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("True")]
- public bool drive_detection {
- get {
- return ((bool)(this["drive_detection"]));
- }
- set {
- this["drive_detection"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool cli_minimized {
get {
|