From 31af87fb920a06884cf2abcd7757f33fe94203ba Mon Sep 17 00:00:00 2001 From: kervala Date: Fri, 13 Nov 2015 19:36:46 +0100 Subject: [PATCH] Changed: Removed useless LoadLuaDebugger --- code/ryzom/client/src/client_cfg.cpp | 2 -- code/ryzom/client/src/client_cfg.h | 1 - 2 files changed, 3 deletions(-) diff --git a/code/ryzom/client/src/client_cfg.cpp b/code/ryzom/client/src/client_cfg.cpp index 20bf5362d..0d64f3227 100644 --- a/code/ryzom/client/src/client_cfg.cpp +++ b/code/ryzom/client/src/client_cfg.cpp @@ -680,7 +680,6 @@ CClientConfig::CClientConfig() DamageShieldEnabled = false; AllowDebugLua = false; - LoadLuaDebugger = false; DisplayLuaDebugInfo = false; BeepWhenLaunched = false; @@ -1764,7 +1763,6 @@ void CClientConfig::setValues() READ_BOOL_DEV(DamageShieldEnabled) READ_BOOL_DEV(AllowDebugLua) - READ_BOOL_DEV(LoadLuaDebugger) READ_BOOL_DEV(DisplayLuaDebugInfo) READ_BOOL_DEV(LuaDebugInfoGotoButtonEnabled) diff --git a/code/ryzom/client/src/client_cfg.h b/code/ryzom/client/src/client_cfg.h index 41b716d2d..8f96b4244 100644 --- a/code/ryzom/client/src/client_cfg.h +++ b/code/ryzom/client/src/client_cfg.h @@ -766,7 +766,6 @@ struct CClientConfig /// Allow Lua commands (commands beginning with Lua) bool AllowDebugLua; - bool LoadLuaDebugger; bool LuaDebugInfoGotoButtonEnabled; std::string LuaDebugInfoGotoButtonTemplate;