summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-02-26 14:01:12 +0100
committerPatric Stout <github@truebrain.nl>2021-02-27 00:36:14 +0100
commitfe451b8dc76caf87f09b120b9d57b7f4eff5d46c (patch)
tree37aa9c3efc8df9e97743ec823db583b6524edd1e /src/debug.cpp
parent853bfc35626ddb1c1c5794b6afdaa059e2d79f05 (diff)
downloadopenttd-fe451b8dc76caf87f09b120b9d57b7f4eff5d46c.tar.xz
Codechange: remove _realtime_tick variable
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 e54d931ad..034af755f 100644
--- a/src/debug.cpp
+++ b/src/debug.cpp
@@ -45,8 +45,6 @@ int _debug_console_level;
int _debug_random_level;
#endif
-uint32 _realtime_tick = 0;
-
struct DebugLevel {
const char *name;
int *level;