summaryrefslogtreecommitdiffstats
path: root/src/client/clui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/clui.hpp')
-rw-r--r--src/client/clui.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/clui.hpp b/src/client/clui.hpp
index 3ebefda..de47177 100644
--- a/src/client/clui.hpp
+++ b/src/client/clui.hpp
@@ -22,19 +22,6 @@ public:
void Hide();
};
-class SelectionMenu : public Interface_wc {
- char const *title;
- const char**choises;
- int choises_number;
- int current_choice;
-
-public:
- SelectionMenu(char const *i_title, const char**i_choises, int choises_num,
- int num_y, int num_x, int by, int bx, char ch);
-
- int Handling();
-};
-
class ChatRoom {
Interface_wc *chat;
Interface_wc *players;