PCETileViewer - remove unnecessary load event
This commit is contained in:
parent
0ed95429cb
commit
b0c76f28ca
|
@ -157,7 +157,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
this.MainMenuStrip = this.menuStrip1;
|
this.MainMenuStrip = this.menuStrip1;
|
||||||
this.Name = "PceTileViewer";
|
this.Name = "PceTileViewer";
|
||||||
this.Text = "Tile Viewer";
|
this.Text = "Tile Viewer";
|
||||||
this.Load += new System.EventHandler(this.PceTileViewer_Load);
|
|
||||||
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PceTileViewer_KeyDown);
|
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PceTileViewer_KeyDown);
|
||||||
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.ResumeLayout(false);
|
||||||
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.ResumeLayout(false);
|
||||||
|
|
|
@ -207,9 +207,5 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
bmpViewSP.SaveFile();
|
bmpViewSP.SaveFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PceTileViewer_Load(object sender, EventArgs e)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue