aboutsummaryrefslogtreecommitdiff
path: root/backends/modular-backend.h
diff options
context:
space:
mode:
authorAlejandro Marzini2010-06-20 20:11:30 +0000
committerAlejandro Marzini2010-06-20 20:11:30 +0000
commit4a850209d739111b539fc39bcf003abd6e061538 (patch)
tree104183f5fffcea3b504fe28d102ac4def1f219aa /backends/modular-backend.h
parent99c0f8260848ff758da3e40d9d816dc51974f793 (diff)
downloadscummvm-rg350-4a850209d739111b539fc39bcf003abd6e061538.tar.gz
scummvm-rg350-4a850209d739111b539fc39bcf003abd6e061538.tar.bz2
scummvm-rg350-4a850209d739111b539fc39bcf003abd6e061538.zip
Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager.
svn-id: r50095
Diffstat (limited to 'backends/modular-backend.h')
-rw-r--r--backends/modular-backend.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/modular-backend.h b/backends/modular-backend.h
index dec973fb10..e4bc843dbe 100644
--- a/backends/modular-backend.h
+++ b/backends/modular-backend.h
@@ -85,9 +85,6 @@ public:
virtual void setCursorPalette(const byte *colors, uint start, uint num);
virtual void disableCursorPalette(bool disable);
- virtual uint32 getMillis();
- virtual void delayMillis(uint msecs);
- virtual void getTimeAndDate(TimeDate &t) const;
virtual Common::TimerManager *getTimerManager();
virtual Common::EventManager *getEventManager();
virtual Common::HardwareKeySet *getHardwareKeySet() { return 0; }