diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-01-10 22:09:42 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-01-10 22:37:27 +0000 |
commit | ada99b0ff2395e4d0853016306564f471bfc1bc8 (patch) | |
tree | 40333b3df190bb314bd98b8a46f48dd415548146 /src/gui/sell.h | |
parent | 34917f8ff44b0224f7199e7f1ffd55ba588a9cf7 (diff) | |
download | mana-ada99b0ff2395e4d0853016306564f471bfc1bc8.tar.gz mana-ada99b0ff2395e4d0853016306564f471bfc1bc8.tar.bz2 mana-ada99b0ff2395e4d0853016306564f471bfc1bc8.tar.xz mana-ada99b0ff2395e4d0853016306564f471bfc1bc8.zip |
Change Buy and Sell dialogs to use ItemPopups
Diffstat (limited to 'src/gui/sell.h')
-rw-r--r-- | src/gui/sell.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/sell.h b/src/gui/sell.h index 547e297b..c8b5092f 100644 --- a/src/gui/sell.h +++ b/src/gui/sell.h @@ -108,8 +108,6 @@ class SellDialog : public Window, gcn::ActionListener, gcn::SelectionListener ShopListBox *mShopItemList; gcn::ScrollArea *mScrollArea; gcn::Label *mMoneyLabel; - gcn::Label *mItemDescLabel; - gcn::Label *mItemEffectLabel; gcn::Label *mQuantityLabel; gcn::Slider *mSlider; |