summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r--src/gui/inventorywindow.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h
index c308ac25..989a5c1d 100644
--- a/src/gui/inventorywindow.h
+++ b/src/gui/inventorywindow.h
@@ -84,17 +84,11 @@ class InventoryWindow : public Window, gcn::ActionListener,
ItemContainer *mItems;
- std::string mItemName;
- std::string mItemDescription;
- std::string mItemEffect;
std::string mWeight;
std::string mTotalWeight;
std::string mMaxWeight;
gcn::Button *mUseButton, *mDropButton;
gcn::ScrollArea *mInvenScroll;
- TextBox *mItemNameLabel;
- TextBox *mItemDescriptionLabel;
- TextBox *mItemEffectLabel;
TextBox *mWeightLabel;
};