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

@@ -60,8 +60,6 @@ std::string _loadgame_DBGL_data;
bool _save_DBGC_data = false;
std::string _loadgame_DBGC_data;
uint32 _realtime_tick = 0;
struct DebugLevel {
const char *name;
int *level;