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

@ -14,9 +14,9 @@ namespace irr
{
public:
CTimer(bool usePerformanceTimer=true)
CTimer()
{
os::Timer::initTimer(usePerformanceTimer);
os::Timer::initTimer();
}
//! Returns current real time in milliseconds of the system.
@ -28,12 +28,6 @@ namespace irr
return os::Timer::getRealTime();
}
//! Get current time and date in calendar form
RealTimeDate getRealTimeAndDate() const override
{
return os::Timer::getRealTimeAndDate();
}
//! Returns current virtual time in milliseconds.
/** This value starts with 0 and can be manipulated using setTime(), stopTimer(),
startTimer(), etc. This value depends on the set speed of the timer if the timer