From f3ad2fc57c9797c94dc2a790a111a9d064c9d6ab Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 15 Oct 2006 03:54:53 +0000 Subject: [PATCH] remove unused --- stepmania/src/ActorUtil.cpp | 2 -- 1 file changed, 2 deletions(-) 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 );