From b59b62516e22d599e0532e6e0f777769ccaadf4a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 17 May 2014 20:07:42 +0300 Subject: Move buttontext into separate file. --- src/gui/windowmenu.h | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'src/gui/windowmenu.h') 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. -- cgit v1.2.3-60-g2f50