remove some unused methods in ToolFormBase
This commit is contained in:
parent
e9ca84f8bd
commit
e640b11e49
|
@ -122,16 +122,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
e.Set(DragDropEffects.Copy);
|
e.Set(DragDropEffects.Copy);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void RefreshFloatingWindowControl(bool floatingWindow)
|
|
||||||
{
|
|
||||||
Owner = floatingWindow ? null : (MainForm) MainForm;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected bool IsOnScreen(Point topLeft)
|
|
||||||
{
|
|
||||||
return Tools.IsOnScreen(topLeft);
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override void OnLoad(EventArgs e)
|
protected override void OnLoad(EventArgs e)
|
||||||
{
|
{
|
||||||
if (MainMenuStrip != null)
|
if (MainMenuStrip != null)
|
||||||
|
|
Loading…
Reference in New Issue