aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/math')
-rw-r--r--engines/sword25/math/regionregistry.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/sword25/math/regionregistry.cpp b/engines/sword25/math/regionregistry.cpp
index bcfb2cbc43..40909aebad 100644
--- a/engines/sword25/math/regionregistry.cpp
+++ b/engines/sword25/math/regionregistry.cpp
@@ -39,9 +39,6 @@
#include "sword25/math/regionregistry.h"
#include "sword25/math/region.h"
-// TODO: Destroy the singletons when closing the engine;
-// even better, turn them into non-singleton members of
-// e.g. Sword25Engine.
DECLARE_SINGLETON(Sword25::RegionRegistry)
namespace Sword25 {