diff options
author | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-29 21:15:38 +0000 |
commit | ae10b5309ebf402c001c04ec1875505c16369427 (patch) | |
tree | 618193d185076a0885d60311cf25059f983f5b2c /win/C#/Properties/Settings.Designer.cs | |
parent | a74a13ded2bdcfd5bb9dbcce8cc57c78c15ac9ed (diff) |
WinGui:
- Removed the readDVD Window and all its components (In options & program settings file) This is not needed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@760 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 a96ed9de5..e097fdbf1 100644 --- a/win/C#/Properties/Settings.Designer.cs +++ b/win/C#/Properties/Settings.Designer.cs @@ -86,18 +86,6 @@ namespace Handbrake.Properties { [global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
- public string readDVDWindow {
- get {
- return ((string)(this["readDVDWindow"]));
- }
- set {
- this["readDVDWindow"] = value;
- }
- }
-
- [global::System.Configuration.UserScopedSettingAttribute()]
- [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("")]
public string defaultSettings {
get {
return ((string)(this["defaultSettings"]));
|