aboutsummaryrefslogtreecommitdiff
path: root/common/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/timer.h')
-rw-r--r--common/timer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/common/timer.h b/common/timer.h
index 057d6268c8..3a48875842 100644
--- a/common/timer.h
+++ b/common/timer.h
@@ -56,21 +56,6 @@ public:
* and no instance of this callback will be running anymore.
*/
virtual void removeTimerProc(TimerProc proc) = 0;
-
- /**
- * Get the number of milliseconds since the program was started.
- */
- virtual uint32 getMillis() = 0;
-
- /**
- * Delay for a specified amount of milliseconds
- */
- virtual void delayMillis(uint msecs) = 0;
-
- /**
- * Get the current time and date
- */
- virtual void getTimeAndDate(TimeDate &t) const = 0;
};
} // End of namespace Common