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 | |
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')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 24 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 6 |
2 files changed, 0 insertions, 30 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 {
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index 360089ff0..b52c8c706 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -8,9 +8,6 @@ <Setting Name="Processors" Type="System.String" Scope="User">
<Value Profile="(Default)">Automatic</Value>
</Setting>
- <Setting Name="defaultSettings" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
<Setting Name="updateStatus" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
@@ -44,9 +41,6 @@ <Setting Name="appcast_unstable" Type="System.String" Scope="User">
<Value Profile="(Default)">http://handbrake.fr/appcast_unstable.xml</Value>
</Setting>
- <Setting Name="drive_detection" Type="System.Boolean" Scope="User">
- <Value Profile="(Default)">True</Value>
- </Setting>
<Setting Name="cli_minimized" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
|