From 9bc07b6e01ea5428d80e752acbf9768a8ac9d5b0 Mon Sep 17 00:00:00 2001 From: Kurt Date: Fri, 9 Apr 2021 17:20:30 -0700 Subject: [PATCH] Remove unused setting --- PKHeX.WinForms/Properties/Settings.Designer.cs | 14 +------------- PKHeX.WinForms/Properties/Settings.settings | 3 --- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/PKHeX.WinForms/Properties/Settings.Designer.cs b/PKHeX.WinForms/Properties/Settings.Designer.cs index a002f095f..97237c964 100644 --- a/PKHeX.WinForms/Properties/Settings.Designer.cs +++ b/PKHeX.WinForms/Properties/Settings.Designer.cs @@ -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; - } - } } } diff --git a/PKHeX.WinForms/Properties/Settings.settings b/PKHeX.WinForms/Properties/Settings.settings index 764933a31..23650e309 100644 --- a/PKHeX.WinForms/Properties/Settings.settings +++ b/PKHeX.WinForms/Properties/Settings.settings @@ -83,8 +83,5 @@ False - - True - \ No newline at end of file