PCE CDL - don't call restart in the constructor, the ToolManager will take care of that, still todo: a billion other tools do this

This commit is contained in:
adelikat 2014-12-17 03:20:49 +00:00
parent fb8a870607
commit 6ac789f5e8
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ namespace BizHawk.Client.EmuHawk
TopMost = Global.Config.PceCdlSettings.TopMost;
Closing += (o, e) => SaveConfigSettings();
Restart();
}
private void RefreshFloatingWindowControl()