mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
Remove unused (I)Timer methods
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user