Remove unused (I)Timer methods

This commit is contained in:
sfan5
2023-09-01 12:22:27 +02:00
parent 0735220f86
commit dd3a34d674
6 changed files with 9 additions and 95 deletions

View File

@ -51,11 +51,8 @@ namespace os
//! returns the current time in milliseconds
static u32 getTime();
//! get current time and date in calendar form
static ITimer::RealTimeDate getRealTimeAndDate();
//! initializes the real timer
static void initTimer(bool usePerformanceTimer=true);
static void initTimer();
//! sets the current virtual (game) time
static void setTime(u32 time);