From 796b10f90f8a612a458e0f876e7080fa633896b5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 27 Jul 2006 22:49:21 +0000 Subject: [PATCH] old comment --- stepmania/src/ActorUtil.cpp | 1 - 1 file changed, 1 deletion(-) 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 );