diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 3a0b07a8bb..de0989fe66 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -49,8 +49,6 @@ Actor* ActorUtil::Create( const RString& sClassName, const XNode* pNode, Actor * void ActorUtil::ResolvePath( RString &sPath, const RString &sName ) { - const RString sOriginalPath( sPath ); - retry: CollapsePath( sPath );