From 2531642710ebed64dd42896bc533023164695166 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 27 May 2007 07:29:33 +0000 Subject: [PATCH] remove old ini/xml hack --- stepmania/src/ActorUtil.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 631ef71fa6..970107c1c9 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -135,14 +135,6 @@ Actor* ActorUtil::LoadFromNode( const XNode* pNode, Actor *pParentActor ) if( !bHasClass ) bHasClass = pNode->GetAttrValue( "Type", sClass ); // for backward compatibility - // backward compat hack - if( !bHasClass ) - { - RString sText; - if( pNode->GetAttrValue( "Text", sText ) ) - sClass = "BitmapText"; - } - if( !IsRegistered(sClass) ) { // sClass is invalid