diff options
Diffstat (limited to 'common/system.h')
-rw-r--r-- | common/system.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/common/system.h b/common/system.h index 39ff9b3d0d..2e3693c1a9 100644 --- a/common/system.h +++ b/common/system.h @@ -42,7 +42,7 @@ */ class OSystem : public Common::Singleton<OSystem> { protected: - static OSystem *createSystem(); + static OSystem *makeInstance(); friend class Common::Singleton<SingletonBaseType>; public: @@ -678,12 +678,6 @@ public: //@} }; -/** - * Custom object factory for OSystem. - */ -template <> -OSystem *Common::Singleton<OSystem>::makeInstance(); - /** The global OSystem instance. Inited in main(). */ |