From eefa72afa1978a9dea10f5b1833fcc8f58a3468e Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Mon, 3 Jul 2017 18:59:12 +0100 Subject: COMMON: Change way the Singleton instances are instantiated This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available. --- engines/testbed/config-params.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/testbed/config-params.cpp') diff --git a/engines/testbed/config-params.cpp b/engines/testbed/config-params.cpp index 1aa97168c1..3ec47fbe1b 100644 --- a/engines/testbed/config-params.cpp +++ b/engines/testbed/config-params.cpp @@ -25,10 +25,6 @@ #include "testbed/config-params.h" -namespace Common { -DECLARE_SINGLETON(Testbed::ConfigParams); -} - namespace Testbed { ConfigParams::ConfigParams() { -- cgit v1.2.3