remove useless dropdown opened event

This commit is contained in:
adelikat 2020-06-20 14:27:23 -05:00
parent 46188f977c
commit 21d2667736
2 changed files with 0 additions and 6 deletions

View File

@ -2122,7 +2122,6 @@
this.GBSubMenu.Name = "GBSubMenu";
this.GBSubMenu.Size = new System.Drawing.Size(32, 17);
this.GBSubMenu.Text = "&GB";
this.GBSubMenu.DropDownOpened += new System.EventHandler(this.GbSubMenu_DropDownOpened);
//
// GBcoreSettingsToolStripMenuItem
//

View File

@ -1632,11 +1632,6 @@ namespace BizHawk.Client.EmuHawk
}
}
private void GbSubMenu_DropDownOpened(object sender, EventArgs e)
{
GBGPUViewerMenuItem.Enabled = true;
}
private void GbCoreSettingsMenuItem_Click(object sender, EventArgs e)
{
if (Emulator is Gameboy gb)