aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationtemplateregistry.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/gfx/animationtemplateregistry.h')
-rw-r--r--engines/sword25/gfx/animationtemplateregistry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/sword25/gfx/animationtemplateregistry.h b/engines/sword25/gfx/animationtemplateregistry.h
index c5308bb124..574ccce136 100644
--- a/engines/sword25/gfx/animationtemplateregistry.h
+++ b/engines/sword25/gfx/animationtemplateregistry.h
@@ -53,10 +53,6 @@ public:
virtual bool persist(OutputPersistenceBlock &writer);
virtual bool unpersist(InputPersistenceBlock &reader);
-
-private:
- virtual void logErrorLn(const char *message) const;
- virtual void logWarningLn(const char *message) const;
};
} // End of namespace Sword25