Changed: Removed useless LoadLuaDebugger

This commit is contained in:
kervala 2015-11-13 19:36:46 +01:00
parent 9bd26052d7
commit 46daf0a893
2 changed files with 0 additions and 3 deletions

View file

@ -680,7 +680,6 @@ CClientConfig::CClientConfig()
DamageShieldEnabled = false; DamageShieldEnabled = false;
AllowDebugLua = false; AllowDebugLua = false;
LoadLuaDebugger = false;
DisplayLuaDebugInfo = false; DisplayLuaDebugInfo = false;
BeepWhenLaunched = false; BeepWhenLaunched = false;
@ -1764,7 +1763,6 @@ void CClientConfig::setValues()
READ_BOOL_DEV(DamageShieldEnabled) READ_BOOL_DEV(DamageShieldEnabled)
READ_BOOL_DEV(AllowDebugLua) READ_BOOL_DEV(AllowDebugLua)
READ_BOOL_DEV(LoadLuaDebugger)
READ_BOOL_DEV(DisplayLuaDebugInfo) READ_BOOL_DEV(DisplayLuaDebugInfo)
READ_BOOL_DEV(LuaDebugInfoGotoButtonEnabled) READ_BOOL_DEV(LuaDebugInfoGotoButtonEnabled)

View file

@ -766,7 +766,6 @@ struct CClientConfig
/// Allow Lua commands (commands beginning with Lua) /// Allow Lua commands (commands beginning with Lua)
bool AllowDebugLua; bool AllowDebugLua;
bool LoadLuaDebugger;
bool LuaDebugInfoGotoButtonEnabled; bool LuaDebugInfoGotoButtonEnabled;
std::string LuaDebugInfoGotoButtonTemplate; std::string LuaDebugInfoGotoButtonTemplate;