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/lure/sound.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'engines/lure') diff --git a/engines/lure/sound.cpp b/engines/lure/sound.cpp index bea0dbf9f4..4cb6c44724 100644 --- a/engines/lure/sound.cpp +++ b/engines/lure/sound.cpp @@ -31,10 +31,6 @@ #include "common/endian.h" #include "audio/midiparser.h" -namespace Common { -DECLARE_SINGLETON(Lure::SoundManager); -} - namespace Lure { //#define SOUND_CROP_CHANNELS -- cgit v1.2.3