diff options
Diffstat (limited to 'src/gui/npc.h')
-rw-r--r-- | src/gui/npc.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/gui/npc.h b/src/gui/npc.h index e9960cd2..6ab49138 100644 --- a/src/gui/npc.h +++ b/src/gui/npc.h @@ -51,11 +51,6 @@ class NpcListDialog : public Window, public gcn::ActionListener, NpcListDialog(); /** - * Destructor. - */ - ~NpcListDialog(); - - /** * Called when receiving actions from the widgets. */ void @@ -88,14 +83,9 @@ class NpcListDialog : public Window, public gcn::ActionListener, reset(); private: - gcn::Button *okButton; - gcn::Button *cancelButton; - gcn::ListBox *itemList; - gcn::ScrollArea *scrollArea; + gcn::ListBox *mItemList; std::vector<std::string> items; }; -extern NpcListDialog *npcListDialog; - #endif |