delete a bit more PCE menu stuff
This commit is contained in:
parent
35bed42042
commit
cb55cdd0dd
|
@ -2352,7 +2352,6 @@
|
||||||
this.PCESubMenu.Name = "PCESubMenu";
|
this.PCESubMenu.Name = "PCESubMenu";
|
||||||
this.PCESubMenu.Size = new System.Drawing.Size(38, 17);
|
this.PCESubMenu.Size = new System.Drawing.Size(38, 17);
|
||||||
this.PCESubMenu.Text = "&PCE";
|
this.PCESubMenu.Text = "&PCE";
|
||||||
this.PCESubMenu.DropDownOpened += new System.EventHandler(this.PceSubMenu_DropDownOpened);
|
|
||||||
//
|
//
|
||||||
// PceSettingsMenuItem
|
// PceSettingsMenuItem
|
||||||
//
|
//
|
||||||
|
|
|
@ -1724,10 +1724,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
|
|
||||||
#region PCE
|
#region PCE
|
||||||
|
|
||||||
private void PceSubMenu_DropDownOpened(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
private void PceSettingsMenuItem_Click(object sender, EventArgs e)
|
private void PceSettingsMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
GenericCoreConfig.DoDialog(this, "PCE Settings");
|
GenericCoreConfig.DoDialog(this, "PCE Settings");
|
||||||
|
|
Loading…
Reference in New Issue