Remove unused setting

This commit is contained in:
Kurt
2021-04-09 17:20:30 -07:00
parent 5ed73e0bff
commit 9bc07b6e01
2 changed files with 1 additions and 16 deletions

View File

@@ -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;
}
}
}
}

View File

@@ -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>