summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
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;