diff options
Diffstat (limited to 'src/gui/buddywindow.h')
-rw-r--r-- | src/gui/buddywindow.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/gui/buddywindow.h b/src/gui/buddywindow.h index 32dd2da2..82ef9935 100644 --- a/src/gui/buddywindow.h +++ b/src/gui/buddywindow.h @@ -47,21 +47,12 @@ class BuddyWindow : public Window, public BuddyList, BuddyWindow(); /** - * Destructor - */ - ~BuddyWindow(); - - /** * Performs action. */ void action(const std::string &actionId); private: - gcn::ListBox *listbox; - gcn::ScrollArea *scrollArea; - gcn::Button *talk; - gcn::Button *remove; - gcn::Button *cancel; + gcn::ListBox *mListbox; }; #endif /* _TMW_BUDDYWINDOW_H */ |