From f45b10598c4a128510d7c469a6fe669587c01a3e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 May 2013 18:39:15 +0300 Subject: add dragdrop between inventory and outfits window. --- src/gui/outfitwindow.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/gui/outfitwindow.h') diff --git a/src/gui/outfitwindow.h b/src/gui/outfitwindow.h index 7a5638f01..efb59346a 100644 --- a/src/gui/outfitwindow.h +++ b/src/gui/outfitwindow.h @@ -64,14 +64,6 @@ class OutfitWindow final : public Window, void load(const bool oldConfig = false); - void setItemSelected(const int itemId) - { mItemSelected = itemId; } - - void setItemSelected(const Item *const item); - - bool isItemSelected() const A_WARN_UNUSED - { return mItemSelected > 0; } - void wearOutfit(const int outfit, const bool unwearEmpty = true, const bool select = false); @@ -123,10 +115,8 @@ class OutfitWindow final : public Window, int mCursorPosY; int mGridWidth; int mGridHeight; - Item *mItemMoved; int mItems[OUTFITS_COUNT + 1][OUTFIT_ITEM_COUNT]; - int mItemSelected; int mAwayOutfit; gcn::Color mBorderColor; -- cgit v1.2.3-60-g2f50