diff options
author | sr55 <[email protected]> | 2010-03-05 20:02:06 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-03-05 20:02:06 +0000 |
commit | 2db47e656107d0adf96139d3f2ad6fcf71f20e6a (patch) | |
tree | e9cb10b665c86dad5b14db55bd99a529bb9ecc7f /win/C#/Properties | |
parent | ff219f5045e3a71f196a929ed9f67be5c6d03b5f (diff) |
WinGui:
- Remove Processors options from the CLI tab since it's not really serving any purpose.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3148 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Properties')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 | ||||
-rw-r--r-- | win/C#/Properties/Settings.settings | 3 |
2 files changed, 0 insertions, 15 deletions
diff --git a/win/C#/Properties/Settings.Designer.cs b/win/C#/Properties/Settings.Designer.cs index d5d4173fb..1a159140c 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -37,18 +37,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Automatic")]
- public string Processors {
- get {
- return ((string)(this["Processors"]));
- }
- set {
- this["Processors"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool updateStatus {
get {
diff --git a/win/C#/Properties/Settings.settings b/win/C#/Properties/Settings.settings index de0057e8b..c9c75d01e 100644 --- a/win/C#/Properties/Settings.settings +++ b/win/C#/Properties/Settings.settings @@ -5,9 +5,6 @@ <Setting Name="processPriority" Type="System.String" Scope="User">
<Value Profile="(Default)">Below Normal</Value>
</Setting>
- <Setting Name="Processors" Type="System.String" Scope="User">
- <Value Profile="(Default)">Automatic</Value>
- </Setting>
<Setting Name="updateStatus" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
|