removed unnecessary code duplication

This commit is contained in:
Ashafix 2017-07-17 08:23:58 +02:00
parent a71255b4b2
commit d42962a1b4
1 changed files with 0 additions and 10 deletions

View File

@ -373,16 +373,6 @@ namespace BizHawk.Client.EmuHawk
LoadQuickSave("QuickSave" + Global.Config.SaveSlot);
}
}
//start Lua Console if requested in the command line arguments
if (luaConsole)
{
GlobalWin.Tools.Load<LuaConsole>();
}
//load Lua Script if requested in the command line arguments
if (luaScript != null)
{
GlobalWin.Tools.LuaConsole.LoadLuaFile(luaScript);
}
//start Lua Console if requested in the command line arguments
if (argParse.luaConsole)