aboutsummaryrefslogtreecommitdiff
path: root/backends/timer/sdl/sdl-timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/timer/sdl/sdl-timer.h')
-rw-r--r--backends/timer/sdl/sdl-timer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/timer/sdl/sdl-timer.h b/backends/timer/sdl/sdl-timer.h
index 0c9669f042..19629151ca 100644
--- a/backends/timer/sdl/sdl-timer.h
+++ b/backends/timer/sdl/sdl-timer.h
@@ -39,10 +39,6 @@ public:
SdlTimerManager();
~SdlTimerManager();
- uint32 getMillis();
- void delayMillis(uint msecs);
- void getTimeAndDate(TimeDate &t) const;
-
protected:
SDL_TimerID _timerID;
};