remove old
This commit is contained in:
@@ -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)) );
|
||||
|
||||
|
||||
@@ -407,7 +407,6 @@ static const char *EditModeNames[] = {
|
||||
};
|
||||
XToString( EditMode, NUM_EditMode );
|
||||
StringToX( EditMode );
|
||||
LuaXType( EditMode, NUM_EditMode, "EditMode_", false );
|
||||
LuaXType2( EditMode, NUM_EditMode, "EditMode_" );
|
||||
|
||||
static const char *StageNames[] = {
|
||||
|
||||
@@ -8,7 +8,6 @@ static const char *ModsLevelNames[] = {
|
||||
"Stage",
|
||||
"Song",
|
||||
};
|
||||
LuaXType( ModsLevel, NUM_ModsLevel, "ModsLevel_", false )
|
||||
LuaXType2( ModsLevel, NUM_ModsLevel, "ModsLevel_" )
|
||||
|
||||
/*
|
||||
|
||||
@@ -30,7 +30,6 @@ static const char *NoteTypeNames[] = {
|
||||
};
|
||||
XToString( NoteType, NUM_NoteType );
|
||||
LuaXToString( NoteType )
|
||||
LuaXType( NoteType, NUM_NoteType, "NOTE_TYPE_", true )
|
||||
LuaXType2( NoteType, NUM_NoteType, "NoteType_" )
|
||||
XToLocalizedString( NoteType );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user