diff options
Diffstat (limited to 'backends/platform/sdl/mutex.h')
-rw-r--r-- | backends/platform/sdl/mutex.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/backends/platform/sdl/mutex.h b/backends/platform/sdl/mutex.h index 9479aa9ece..0f53a6067a 100644 --- a/backends/platform/sdl/mutex.h +++ b/backends/platform/sdl/mutex.h @@ -39,7 +39,7 @@ public: SdlSubSys_Mutex(); ~SdlSubSys_Mutex(); - virtual void mutexInit(OSystem *mainSys); + virtual void mutexInit(); virtual void mutexDone(); bool hasFeature(Feature f); @@ -60,9 +60,6 @@ protected: * when accessing the screen. */ MutexRef _graphicsMutex; - -private: - OSystem *_mainSys; }; |