remove some unused methods in ToolFormBase

This commit is contained in:
adelikat 2020-11-27 15:00:28 -06:00
parent e9ca84f8bd
commit e640b11e49
1 changed files with 0 additions and 10 deletions

View File

@ -122,16 +122,6 @@ namespace BizHawk.Client.EmuHawk
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)
{
if (MainMenuStrip != null)