From 0a0c6ac07dd6ded3c0b90edd8c8ac3f9518c8a9d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 7 Jun 2011 13:10:32 +0200 Subject: IPHONE: Use OSystem's _fsFactory slot --- backends/platform/iphone/osys_main.cpp | 1 - backends/platform/iphone/osys_main.h | 2 -- 2 files changed, 3 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/iphone/osys_main.cpp b/backends/platform/iphone/osys_main.cpp index 4e5f860f20..5f27091108 100644 --- a/backends/platform/iphone/osys_main.cpp +++ b/backends/platform/iphone/osys_main.cpp @@ -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; diff --git a/backends/platform/iphone/osys_main.h b/backends/platform/iphone/osys_main.h index 03d7cc1f79..e5ec22f19f 100644 --- a/backends/platform/iphone/osys_main.h +++ b/backends/platform/iphone/osys_main.h @@ -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; -- cgit v1.2.3