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