Remove ThemeMetricEnum. Since all metrics are evaluated as lua, use lua integer constants.

This commit is contained in:
Steve Checkoway
2006-09-23 07:21:26 +00:00
parent 0f2707fe9c
commit a4aa69b148
11 changed files with 11 additions and 33 deletions
-1
View File
@@ -52,7 +52,6 @@ Grade StringToGrade( const RString &sGrade )
LOG->Warn( "Invalid grade: %s", sGrade.c_str() );
return Grade_NoData;
};
template<> void StringTo<Grade>( const RString& s, Grade &out ) { out = StringToGrade( s ); }
static void LuaGrade(lua_State* L)
{