mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 07:36:19 -05:00
Remove unused setting
This commit is contained in:
14
PKHeX.WinForms/Properties/Settings.Designer.cs
generated
14
PKHeX.WinForms/Properties/Settings.Designer.cs
generated
@@ -12,7 +12,7 @@ namespace PKHeX.WinForms.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.4.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
@@ -346,17 +346,5 @@ internal sealed partial class Settings : global::System.Configuration.Applicatio
|
||||
this["ApplyNature"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
||||
public bool UseLargeSprites {
|
||||
get {
|
||||
return ((bool)(this["UseLargeSprites"]));
|
||||
}
|
||||
set {
|
||||
this["UseLargeSprites"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -83,8 +83,5 @@
|
||||
<Setting Name="ApplyNature" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
</Setting>
|
||||
<Setting Name="UseLargeSprites" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">True</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user