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/Settings.Designer.cs | |
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/Settings.Designer.cs')
-rw-r--r-- | win/C#/Properties/Settings.Designer.cs | 12 |
1 files changed, 0 insertions, 12 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 {
|