summaryrefslogtreecommitdiff
path: root/src/script/api/script_window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_window.hpp')
-rw-r--r--src/script/api/script_window.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/script/api/script_window.hpp b/src/script/api/script_window.hpp
index 67c4ce3c0..d1ee0a6bb 100644
--- a/src/script/api/script_window.hpp
+++ b/src/script/api/script_window.hpp
@@ -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.