IPHONE: Use OSystem's _fsFactory slot

This commit is contained in:
Max Horn 2011-06-07 13:10:32 +02:00
parent c74c8a59d9
commit 0a0c6ac07d
2 changed files with 0 additions and 3 deletions
backends/platform/iphone

@ -72,7 +72,6 @@ OSystem_IPHONE::OSystem_IPHONE() :
OSystem_IPHONE::~OSystem_IPHONE() {
AudioQueueDispose(s_AudioQueue.queue, true);
delete _fsFactory;
delete _mixer;
delete _offscreen;
delete _fullscreen;

@ -108,7 +108,6 @@ protected:
bool _fullScreenIsDirty;
bool _fullScreenOverlayIsDirty;
int _screenChangeCount;
FilesystemFactory *_fsFactory;
public:
@ -171,7 +170,6 @@ public:
virtual int getScreenChangeID() const { return _screenChangeCount; }
virtual void quit();
FilesystemFactory *getFilesystemFactory() { return _fsFactory; }
virtual void addSysArchivesToSearchSet(Common::SearchSet &s, int priority = 0);
virtual void getTimeAndDate(TimeDate &t) const;