(svn r24790) -Remove: Classic difficulty profiles.

This commit is contained in:
frosch
2012-12-05 19:36:41 +00:00
parent 812ae4140a
commit d1ab0f03bc
78 changed files with 137 additions and 761 deletions

View File

@@ -990,10 +990,6 @@ void SQGSWindow_Register(Squirrel *engine)
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GO_BASE_MUSIC_STATUS, "WID_GO_BASE_MUSIC_STATUS");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GO_BASE_MUSIC_TEXTFILE, "WID_GO_BASE_MUSIC_TEXTFILE");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GO_BASE_MUSIC_DESCRIPTION, "WID_GO_BASE_MUSIC_DESCRIPTION");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_LVL_EASY, "WID_GD_LVL_EASY");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_LVL_MEDIUM, "WID_GD_LVL_MEDIUM");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_LVL_HARD, "WID_GD_LVL_HARD");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_LVL_CUSTOM, "WID_GD_LVL_CUSTOM");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_HIGHSCORE, "WID_GD_HIGHSCORE");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_ACCEPT, "WID_GD_ACCEPT");
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_GD_CANCEL, "WID_GD_CANCEL");

View File

@@ -2098,10 +2098,6 @@ public:
/** Widgets of the #GameDifficultyWindow class. */
enum GameDifficultyWidgets {
WID_GD_LVL_EASY = ::WID_GD_LVL_EASY, ///< Easy level button.
WID_GD_LVL_MEDIUM = ::WID_GD_LVL_MEDIUM, ///< Medium level button.
WID_GD_LVL_HARD = ::WID_GD_LVL_HARD, ///< Hard level button.
WID_GD_LVL_CUSTOM = ::WID_GD_LVL_CUSTOM, ///< Custom level button.
WID_GD_HIGHSCORE = ::WID_GD_HIGHSCORE, ///< Highscore button.
WID_GD_ACCEPT = ::WID_GD_ACCEPT, ///< Accept button.
WID_GD_CANCEL = ::WID_GD_CANCEL, ///< Cancel button.