From 60deb4200b86ba4288f3205b6cd45176a3bff254 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 30 Dec 2004 14:13:14 +0000 Subject: cleanup svn-id: r16382 --- common/singleton.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/singleton.h b/common/singleton.h index 711626781f..9a47c943b7 100644 --- a/common/singleton.h +++ b/common/singleton.h @@ -55,11 +55,6 @@ protected: ~Singleton() { } }; -//TODO: The following poses a problem when building ScummVM with plugins... - -//template -//T* Singleton::_singleton=0; - #define DECLARE_SINGLETON(T) template<> T* Common::Singleton::_singleton=0 } // End of namespace Common -- cgit v1.2.3