From e0fe48032d6e27445a9c963e70cf82bf57b5fd5a Mon Sep 17 00:00:00 2001 From: Alejandro Marzini Date: Sun, 20 Jun 2010 20:19:53 +0000 Subject: Made _sampleRate constant again in Audio::MixerImpl. (And Committing "common/timer.h" that should have been included in r50095) svn-id: r50097 --- common/timer.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'common/timer.h') 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 -- cgit v1.2.3