aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wii/osystem.h
diff options
context:
space:
mode:
authorMax Horn2011-06-07 10:59:40 +0200
committerMax Horn2011-06-07 14:57:57 +0200
commitff2ada1a0505321d085054d39651a1fb7928251c (patch)
tree0ec311393d3233640f4038193de7bdb40b22e139 /backends/platform/wii/osystem.h
parent0b859e026d4f2b4631afa76779976fae1f0c6878 (diff)
downloadscummvm-rg350-ff2ada1a0505321d085054d39651a1fb7928251c.tar.gz
scummvm-rg350-ff2ada1a0505321d085054d39651a1fb7928251c.tar.bz2
scummvm-rg350-ff2ada1a0505321d085054d39651a1fb7928251c.zip
WII: Use OSystem's 'slots' for timer/savefile manager
Diffstat (limited to 'backends/platform/wii/osystem.h')
-rw-r--r--backends/platform/wii/osystem.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/platform/wii/osystem.h b/backends/platform/wii/osystem.h
index 981b25f69c..fe214a95cd 100644
--- a/backends/platform/wii/osystem.h
+++ b/backends/platform/wii/osystem.h
@@ -32,8 +32,6 @@
#include "common/rect.h"
#include "common/events.h"
#include "backends/base-backend.h"
-#include "backends/saves/default/default-saves.h"
-#include "backends/timer/default/default-timer.h"
#include "graphics/colormasks.h"
#include "graphics/palette.h"
#include "graphics/surface.h"
@@ -130,9 +128,7 @@ private:
void showOptionsDialog();
protected:
- Common::SaveFileManager *_savefile;
Audio::MixerImpl *_mixer;
- DefaultTimerManager *_timer;
public:
enum {
@@ -211,9 +207,7 @@ public:
virtual void setWindowCaption(const char *caption);
- virtual Common::SaveFileManager *getSavefileManager();
virtual Audio::Mixer *getMixer();
- virtual Common::TimerManager *getTimerManager();
virtual FilesystemFactory *getFilesystemFactory();
virtual void getTimeAndDate(TimeDate &t) const;