aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/iphone/osys_main.h
diff options
context:
space:
mode:
authorMax Horn2011-06-07 10:53:50 +0200
committerMax Horn2011-06-07 14:57:57 +0200
commit14f0a0c6823dc899a78e3a627200ad1337181b1a (patch)
tree94ea8df41089f3fadc0a65febcbb72e046d8377c /backends/platform/iphone/osys_main.h
parent886c4e54175317e57880e59eafbbe835ea77f754 (diff)
downloadscummvm-rg350-14f0a0c6823dc899a78e3a627200ad1337181b1a.tar.gz
scummvm-rg350-14f0a0c6823dc899a78e3a627200ad1337181b1a.tar.bz2
scummvm-rg350-14f0a0c6823dc899a78e3a627200ad1337181b1a.zip
IPHONE: Use OSystem's 'slots' for timer/savefile manager
Diffstat (limited to 'backends/platform/iphone/osys_main.h')
-rw-r--r--backends/platform/iphone/osys_main.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h
index 36b4b7356b..03d7cc1f79 100644
--- a/backends/platform/iphone/osys_main.h
+++ b/backends/platform/iphone/osys_main.h
@@ -57,9 +57,7 @@ protected:
static SoundProc s_soundCallback;
static void *s_soundParam;
- Common::SaveFileManager *_savefile;
Audio::MixerImpl *_mixer;
- Common::TimerManager *_timer;
Graphics::Surface _framebuffer;
byte *_offscreen;
@@ -177,9 +175,7 @@ public:
virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
virtual void getTimeAndDate(TimeDate &t) const;
- virtual Common::SaveFileManager *getSavefileManager();
virtual Audio::Mixer *getMixer();
- virtual Common::TimerManager *getTimerManager();
void startSoundsystem();
void stopSoundsystem();