remove old

This commit is contained in:
Glenn Maynard
2006-09-26 04:08:11 +00:00
parent d1d56a999c
commit f68b0e4440
4 changed files with 0 additions and 4 deletions
-1
View File
@@ -27,7 +27,6 @@ static const char *CourseTypeNames[] = {
};
XToString( CourseType, NUM_CourseType );
XToLocalizedString( CourseType );
LuaXType( CourseType, NUM_CourseType, "COURSE_TYPE_", true );
LuaXType2( CourseType, NUM_CourseType, "CourseType_" );
LuaFunction( CourseTypeToLocalizedString, CourseTypeToLocalizedString((CourseType) IArg(1)) );