unneeded LuaHelpers::RunAtExpressionS

This commit is contained in:
Glenn Maynard
2006-10-09 01:22:17 +00:00
parent ce07b22b56
commit e0b788de16
10 changed files with 0 additions and 20 deletions
-1
View File
@@ -43,7 +43,6 @@ void MeterDisplay::LoadFromNode( const RString& sDir, const XNode* pNode )
if( !pNode->GetAttrValue( "StreamPath", sStreamPath ) )
RageException::Throw( "MeterDisplay in \"%s\" is missing the \"StreamPath\" attribute.", sDir.c_str() );
LuaHelpers::RunAtExpressionS( sStreamPath );
if( !sStreamPath.empty() && sStreamPath[0] != '/' )
{
sStreamPath = sDir + sStreamPath;