From de096dc406e439e3ce9c0f34125a09efb83a2b1d Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 2 Jan 2019 20:25:09 -0800 Subject: [PATCH] change accessibility back to private all private remove unused init string --- PKHeX.WinForms/Controls/PKM Editor/PKMEditor.Designer.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.Designer.cs b/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.Designer.cs index 122137521..2404b2815 100644 --- a/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.Designer.cs +++ b/PKHeX.WinForms/Controls/PKM Editor/PKMEditor.Designer.cs @@ -868,8 +868,6 @@ private void InitializeComponent() this.DEV_Ability.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems; this.DEV_Ability.Enabled = false; this.DEV_Ability.FormattingEnabled = true; - this.DEV_Ability.Items.AddRange(new object[] { - "Item"}); this.DEV_Ability.Location = new System.Drawing.Point(0, 21); this.DEV_Ability.Margin = new System.Windows.Forms.Padding(0); this.DEV_Ability.Name = "DEV_Ability"; @@ -2869,7 +2867,7 @@ private void InitializeComponent() private System.Windows.Forms.Button BTN_Medals; private System.Windows.Forms.Button BTN_History; private System.Windows.Forms.TextBox TB_EC; - public System.Windows.Forms.GroupBox GB_nOT; + private System.Windows.Forms.GroupBox GB_nOT; private System.Windows.Forms.Label Label_CTGender; private System.Windows.Forms.TextBox TB_OTt2; private System.Windows.Forms.Label Label_PrevOT;