Codechange: remove _realtime_tick variable

(cherry picked from commit fe451b8dc7)

# Conflicts:
#	src/debug.cpp
#	src/debug.h
#	src/video/video_driver.cpp
This commit is contained in:
Patric Stout
2021-02-26 13:01:12 +00:00
committed by Jonathan G Rennison
parent 3744d71b13
commit 535fdb5c89
4 changed files with 0 additions and 13 deletions

View File

@@ -131,9 +131,6 @@ void CDECL ShowInfoF(const char *str, ...) WARN_FORMAT(1, 2);
const char *GetLogPrefix();
/** The real time in the game. */
extern uint32 _realtime_tick;
void ClearDesyncMsgLog();
void LogDesyncMsg(std::string msg);
char *DumpDesyncMsgLog(char *buffer, const char *last);