aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/gfx/animationtemplateregistry.h
diff options
context:
space:
mode:
authorFilippos Karapetis2011-01-24 00:03:09 +0000
committerFilippos Karapetis2011-01-24 00:03:09 +0000
commit1f1cb1f1402206b3b120a50fe759a36388b1be4d (patch)
treebb678a6764c1a2944d6538ef19ef5fa2b10db887 /engines/sword25/gfx/animationtemplateregistry.h
parenta7f7b90aee9569817da161f1673584da2495b61e (diff)
downloadscummvm-rg350-1f1cb1f1402206b3b120a50fe759a36388b1be4d.tar.gz
scummvm-rg350-1f1cb1f1402206b3b120a50fe759a36388b1be4d.tar.bz2
scummvm-rg350-1f1cb1f1402206b3b120a50fe759a36388b1be4d.zip
SWORD25: Removed the logErrorLn and logWarningLn wrappers
svn-id: r55488
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