Codechange: remove _realtime_tick variable

This commit is contained in:
Patric Stout
2021-02-26 14:01:12 +01:00
committed by Patric Stout
parent 853bfc3562
commit fe451b8dc7
4 changed files with 4 additions and 17 deletions

View File

@@ -276,7 +276,6 @@ protected:
return std::chrono::microseconds(1000000 / _settings_client.gui.refresh_rate);
}
std::chrono::steady_clock::time_point last_realtime_tick;
std::chrono::steady_clock::time_point next_game_tick;
std::chrono::steady_clock::time_point next_draw_tick;
};