From 3fb0e9383b7da395d2d715c6f1abeb0252cac229 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 18 Aug 2010 12:58:45 +0000 Subject: SWORD25: Removed last traces of STL svn-id: r53262 --- engines/sword25/gfx/animationtemplateregistry.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'engines/sword25/gfx/animationtemplateregistry.cpp') diff --git a/engines/sword25/gfx/animationtemplateregistry.cpp b/engines/sword25/gfx/animationtemplateregistry.cpp index ee0713d13a..ef47c51650 100644 --- a/engines/sword25/gfx/animationtemplateregistry.cpp +++ b/engines/sword25/gfx/animationtemplateregistry.cpp @@ -49,13 +49,7 @@ namespace Sword25 { -// ----------------------------------------------------------------------------- -// Implementation -// ----------------------------------------------------------------------------- - -std::auto_ptr AnimationTemplateRegistry::m_InstancePtr; - -// ----------------------------------------------------------------------------- +Common::ScopedPtr AnimationTemplateRegistry::m_InstancePtr; void AnimationTemplateRegistry::LogErrorLn(const char *Message) const { BS_LOG_ERRORLN(Message); -- cgit v1.2.3