diff options
Diffstat (limited to 'engines/sword25/math')
-rw-r--r-- | engines/sword25/math/regionregistry.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sword25/math/regionregistry.cpp b/engines/sword25/math/regionregistry.cpp index 35a5fb4b88..bfa82bc474 100644 --- a/engines/sword25/math/regionregistry.cpp +++ b/engines/sword25/math/regionregistry.cpp @@ -34,10 +34,6 @@ #include "sword25/math/regionregistry.h" #include "sword25/math/region.h" -namespace Common { -DECLARE_SINGLETON(Sword25::RegionRegistry); -} - namespace Sword25 { bool RegionRegistry::persist(OutputPersistenceBlock &writer) { |