This commit is contained in:
Glenn Maynard
2006-08-20 19:49:53 +00:00
parent f0b5e93621
commit 336bfe38c7
2 changed files with 0 additions and 9 deletions
-6
View File
@@ -935,12 +935,6 @@ RageColor ThemeManager::GetMetricC( const RString &sClassName, const RString &sV
return ret;
}
Commands ThemeManager::GetMetricM( const RString &sClassName, const RString &sValueName )
{
RString sValue = GetMetric( sClassName, sValueName ); // Use non-raw so that Lua expressions are allowed
return ParseCommands( sValue );
}
#if !defined(SMPACKAGE)
apActorCommands ThemeManager::GetMetricA( const RString &sClassName, const RString &sValueName )
{