diff options
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 01fb118c..f9ff8ea2 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -84,6 +84,11 @@ class InventoryWindow : public Window, */ void valueChanged(const gcn::SelectionEvent &event); + /** + * Tracks when the mouse exits the window + */ + ~InventoryWindow(); + private: void updateButtons(); /**< Updates button states. */ @@ -93,10 +98,6 @@ class InventoryWindow : public Window, gcn::Button *mUseButton, *mDropButton, *mSplitButton; gcn::ScrollArea *mInvenScroll; /**< Inventory Scroll Area. */ - gcn::Label *mItemNameLabel; - gcn::Label *mItemDescriptionLabel; - gcn::Label *mItemEffectLabel; - gcn::Label *mWeightLabel; bool mSplit; }; |