summaryrefslogtreecommitdiff
path: root/src/debug.h
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.h
parent853bfc35626ddb1c1c5794b6afdaa059e2d79f05 (diff)
downloadopenttd-fe451b8dc76caf87f09b120b9d57b7f4eff5d46c.tar.xz
Codechange: remove _realtime_tick variable
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/debug.h b/src/debug.h
index 1a0955b55..29a7114aa 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -121,7 +121,4 @@ void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
const char *GetLogPrefix();
-/** The real time in the game. */
-extern uint32 _realtime_tick;
-
#endif /* DEBUG_H */