From 1f1cb1f1402206b3b120a50fe759a36388b1be4d Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 24 Jan 2011 00:03:09 +0000 Subject: SWORD25: Removed the logErrorLn and logWarningLn wrappers svn-id: r55488 --- engines/sword25/gfx/animationtemplateregistry.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'engines/sword25/gfx/animationtemplateregistry.cpp') 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; -- cgit v1.2.3