aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/singleton.h5
1 files changed, 0 insertions, 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<T>() { }
};
-//TODO: The following poses a problem when building ScummVM with plugins...
-
-//template <class T>
-//T* Singleton<T>::_singleton=0;
-
#define DECLARE_SINGLETON(T) template<> T* Common::Singleton<T>::_singleton=0
} // End of namespace Common