diff options
author | Ira Rice <irarice@gmail.com> | 2008-12-08 12:17:06 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2008-12-08 12:17:06 -0700 |
commit | e0f461d88eafac00ce67fe1f980e6b263d9916c6 (patch) | |
tree | 2b826db8957741f26f0654b3b5d9a353d55da9a1 /src/gui/inventorywindow.h | |
parent | 332f02da85370a6a2cd5ddc53e252fe2ae3eb53b (diff) | |
download | mana-e0f461d88eafac00ce67fe1f980e6b263d9916c6.tar.gz mana-e0f461d88eafac00ce67fe1f980e6b263d9916c6.tar.bz2 mana-e0f461d88eafac00ce67fe1f980e6b263d9916c6.tar.xz mana-e0f461d88eafac00ce67fe1f980e6b263d9916c6.zip |
Compacted the inventory window layout.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index 2e589471..c308ac25 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -90,14 +90,12 @@ class InventoryWindow : public Window, gcn::ActionListener, std::string mWeight; std::string mTotalWeight; std::string mMaxWeight; - std::string mSlots; gcn::Button *mUseButton, *mDropButton; gcn::ScrollArea *mInvenScroll; TextBox *mItemNameLabel; TextBox *mItemDescriptionLabel; TextBox *mItemEffectLabel; TextBox *mWeightLabel; - TextBox *mSlotsLabel; }; extern InventoryWindow *inventoryWindow; |