summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-06-23 20:39:41 +0000
committersmatz <smatz@openttd.org>2009-06-23 20:39:41 +0000
commit64455d14eab7bc58f5b6714a692cfc6acd23a224 (patch)
tree35cf78ce09fe6f2c966f6fa703d73be0f442fd8b /src/debug.cpp
parent33ce857271329bd367d898bdff7d489478ab54be (diff)
downloadopenttd-64455d14eab7bc58f5b6714a692cfc6acd23a224.tar.xz
(svn r16637) -Cleanup: remove unused _debug_station_level
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debug.cpp b/src/debug.cpp
index 7b369603e..5cb4572c4 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -29,7 +29,6 @@ int _debug_npf_level;
int _debug_yapf_level;
int _debug_freetype_level;
int _debug_sl_level;
-int _debug_station_level;
int _debug_gamelog_level;
int _debug_desync_level;
@@ -55,7 +54,6 @@ struct DebugLevel {
DEBUG_LEVEL(yapf),
DEBUG_LEVEL(freetype),
DEBUG_LEVEL(sl),
- DEBUG_LEVEL(station),
DEBUG_LEVEL(gamelog),
DEBUG_LEVEL(desync),
};