From df0e709c7712f819b3b51a1a71359e1d02209bc9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 14 Oct 2006 04:02:53 +0000 Subject: [PATCH] AtCommands not used here anymore --- stepmania/src/ActorUtil.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index 8e90bc8dd9..cbcf4c4c6c 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -363,10 +363,6 @@ Actor* ActorUtil::MakeActor( const RString &sPath_, const XNode *pParent, Actor RString sPath( sPath_ ); - /* If @ expressions are allowed through this path, we've already - * evaluated them. Make sure we don't allow double-evaluation. */ - ASSERT_M( sPath.empty() || sPath[0] != '@', sPath ); - FileType ft = GetFileType( sPath ); if( ft == FT_Directory && sPath.Right(1) != "/" ) sPath += '/';