diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 890fa2e018..2b1d7f6000 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -44,7 +44,6 @@ Actor* ActorUtil::Create( const RString& sClassName, const RString& sDir, const return (*pfn)( sDir, pNode ); } -/* Return false to retry. */ void ActorUtil::ResolvePath( RString &sPath, const RString &sName ) { const RString sOriginalPath( sPath );