aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/math/regionregistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/math/regionregistry.cpp')
-rw-r--r--engines/sword25/math/regionregistry.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sword25/math/regionregistry.cpp b/engines/sword25/math/regionregistry.cpp
index 5802fbb3ff..978a1807f7 100644
--- a/engines/sword25/math/regionregistry.cpp
+++ b/engines/sword25/math/regionregistry.cpp
@@ -41,14 +41,6 @@ DECLARE_SINGLETON(Sword25::RegionRegistry);
namespace Sword25 {
-void RegionRegistry::logErrorLn(const char *message) const {
- error("%s", message);
-}
-
-void RegionRegistry::logWarningLn(const char *message) const {
- warning("%s", message);
-}
-
bool RegionRegistry::persist(OutputPersistenceBlock &writer) {
bool result = true;