summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2010-02-10 16:10:05 +0000
committersmatz <smatz@openttd.org>2010-02-10 16:10:05 +0000
commitac6ff0de9b2a660a880386c21768e8963b37fec8 (patch)
tree2ee1c49d261e6220c3d8b10100699019be5ae907 /src/console_cmds.cpp
parent2fcab9d54edb7baa4a478be2a629af780f9ec929 (diff)
downloadopenttd-ac6ff0de9b2a660a880386c21768e8963b37fec8.tar.xz
(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 2f8397e0b..37400899b 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -1766,10 +1766,6 @@ DEF_CONSOLE_CMD(ConGamelogPrint)
static void IConsoleDebugLibRegister()
{
- /* debugging variables and functions */
- extern bool _stdlib_con_developer; // XXX extern in .cpp
-
- IConsoleVarRegister("con_developer", &_stdlib_con_developer, ICONSOLE_VAR_BOOLEAN, "Enable/disable console debugging information (internal)");
IConsoleCmdRegister("resettile", ConResetTile);
IConsoleCmdRegister("stopall", ConStopAllVehicles);
IConsoleAliasRegister("dbg_echo", "echo %A; echo %B");