From 8cb1c66023a23d16350fe00622b46fd59a25064b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 22 Sep 2006 09:43:12 +0000 Subject: [PATCH] remove SetName --- stepmania/src/ActorUtil.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 25dc331f38..944b51e3a8 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -490,10 +490,6 @@ apActorCommands ActorUtil::ParseActorCommands( const RString &sCommands ) LUA->Release( L ); ASSERT_M( !pRet->IsNil(), sLuaFunction.c_str() ); - - if( sCommands.size() > 0 && sCommands[0] != '\033' ) // not a binary chunk - pRet->SetName( sLuaFunction ); - return apActorCommands( pRet ); }