From 8f82df585e76d4e8f80b96181f926160398efae9 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 27 May 2007 07:26:41 +0000 Subject: [PATCH] old comment --- stepmania/src/ActorUtil.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stepmania/src/ActorUtil.cpp b/stepmania/src/ActorUtil.cpp index f2c8c62d6e..bc34017fcd 100644 --- a/stepmania/src/ActorUtil.cpp +++ b/stepmania/src/ActorUtil.cpp @@ -222,10 +222,6 @@ bool ActorUtil::LoadTableFromStackShowErrors( Lua *L ) return true; } -/* - * If pParent is non-NULL, it's the parent node when nesting XML, which is - * used only by ActorUtil::LoadFromNode. - */ Actor* ActorUtil::MakeActor( const RString &sPath_, Actor *pParentActor ) { RString sPath( sPath_ );