diff options
Diffstat (limited to 'src/gui/buy.h')
-rw-r--r-- | src/gui/buy.h | 2 |
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; |