aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authorMax Horn2011-06-07 10:50:57 +0200
committerMax Horn2011-06-07 14:57:56 +0200
commit896e7e23b44e5c21e98772c6c193bfe150f8499b (patch)
tree87af7cf0d994a0c4a8825bc75e14a1d1682d8a56 /backends/platform/android/android.h
parentc30018ef37140a4f638b83b7aedeade6f367c61e (diff)
downloadscummvm-rg350-896e7e23b44e5c21e98772c6c193bfe150f8499b.tar.gz
scummvm-rg350-896e7e23b44e5c21e98772c6c193bfe150f8499b.tar.bz2
scummvm-rg350-896e7e23b44e5c21e98772c6c193bfe150f8499b.zip
ANDROID: Use OSystem's 'slots' for timer/savefile manager & fsfactory
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index b70fdb7c30..cd7ad5f8f0 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -152,10 +152,7 @@ private:
bool _enable_zoning;
bool _virtkeybd_on;
- Common::SaveFileManager *_savefile;
Audio::MixerImpl *_mixer;
- Common::TimerManager *_timer;
- FilesystemFactory *_fsFactory;
timeval _startTime;
Common::String getSystemProperty(const char *name) const;
@@ -289,11 +286,8 @@ public:
virtual void displayMessageOnOSD(const char *msg);
virtual void showVirtualKeyboard(bool enable);
- virtual Common::SaveFileManager *getSavefileManager();
virtual Audio::Mixer *getMixer();
virtual void getTimeAndDate(TimeDate &t) const;
- virtual Common::TimerManager *getTimerManager();
- virtual FilesystemFactory *getFilesystemFactory();
virtual void logMessage(LogMessageType::Type type, const char *message);
virtual void addSysArchivesToSearchSet(Common::SearchSet &s,
int priority = 0);