unused functions

This commit is contained in:
Glenn Maynard
2006-09-22 20:53:36 +00:00
parent 56c12a5bb3
commit 4ae6eb6070
2 changed files with 0 additions and 15 deletions
-7
View File
@@ -1033,13 +1033,6 @@ void ThemeManager::GetOptionNames( vector<RString>& AddTo )
}
}
#if !defined(SMPACKAGE)
void ThemeManager::GetMetric( const RString &sClassName, const RString &sValueName, apActorCommands &valueOut )
{
valueOut = GetMetricA( sClassName, sValueName );
}
#endif
static RString PseudoLocalize( RString s )
{
s.Replace( "a", "àá" );