summaryrefslogtreecommitdiff
path: root/src/gui/buy.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-10 22:09:42 +0000
committerJared Adams <jaxad0127@gmail.com>2010-01-10 22:37:27 +0000
commitada99b0ff2395e4d0853016306564f471bfc1bc8 (patch)
tree40333b3df190bb314bd98b8a46f48dd415548146 /src/gui/buy.h
parent34917f8ff44b0224f7199e7f1ffd55ba588a9cf7 (diff)
downloadmana-client-ada99b0ff2395e4d0853016306564f471bfc1bc8.tar.gz
mana-client-ada99b0ff2395e4d0853016306564f471bfc1bc8.tar.bz2
mana-client-ada99b0ff2395e4d0853016306564f471bfc1bc8.tar.xz
mana-client-ada99b0ff2395e4d0853016306564f471bfc1bc8.zip
Change Buy and Sell dialogs to use ItemPopups
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r--src/gui/buy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/buy.h b/src/gui/buy.h
index 52d02d7b..7fddaf6c 100644
--- a/src/gui/buy.h
+++ b/src/gui/buy.h
@@ -117,8 +117,6 @@ class BuyDialog : public Window, public gcn::ActionListener,
gcn::Button *mDecreaseButton;
ShopListBox *mShopItemList;
gcn::ScrollArea *mScrollArea;
- gcn::Label *mItemDescLabel;
- gcn::Label *mItemEffectLabel;
gcn::Label *mMoneyLabel;
gcn::Label *mQuantityLabel;
gcn::Slider *mSlider;