diff options
Diffstat (limited to 'src/gui/windowmenu.h')
-rw-r--r-- | src/gui/windowmenu.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/gui/windowmenu.h b/src/gui/windowmenu.h index 07067debd..cdcf77082 100644 --- a/src/gui/windowmenu.h +++ b/src/gui/windowmenu.h @@ -38,22 +38,9 @@ class Button; class ButtonInfo; +class ButtonText; class TextPopup; -struct ButtonText final -{ - ButtonText(const std::string &text0, const int key0) : - text(text0), - key(key0) - { - } - - A_DELETE_COPY(ButtonText) - - std::string text; - int key; -}; - /** * The window menu. Allows showing and hiding many of the different windows * used in the game. |