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
-5
View File
@@ -983,11 +983,6 @@ apActorCommands ThemeManager::GetMetricA( const RString &sClassName, const RStri
void ThemeManager::EvaluateString( RString &sText )
{
/* If the string begins with an @, then this is a Lua expression
* that should be evaluated immediately.
* Still do font aliases on the resulting string. */
LuaHelpers::RunAtExpressionS( sText );
FontCharAliases::ReplaceMarkers( sText );
}