diff options
Diffstat (limited to 'src/gui/windows/selldialog.h')
-rw-r--r-- | src/gui/windows/selldialog.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gui/windows/selldialog.h b/src/gui/windows/selldialog.h index 471ae74f2..b97cb13dc 100644 --- a/src/gui/windows/selldialog.h +++ b/src/gui/windows/selldialog.h @@ -51,7 +51,7 @@ class SellDialog notfinal : public Window, * * @see Window::Window */ - explicit SellDialog(const int npcId); + SellDialog(); /** * Constructor. @@ -65,8 +65,6 @@ class SellDialog notfinal : public Window, */ ~SellDialog(); - void init(); - /** * Resets the dialog, clearing inventory. */ @@ -124,8 +122,6 @@ class SellDialog notfinal : public Window, virtual void sellAction(const ActionEvent &event) = 0; - std::string mNick; - Button *mSellButton; Button *mQuitButton; Button *mAddMaxButton; @@ -138,7 +134,6 @@ class SellDialog notfinal : public Window, Slider *mSlider; ShopItems *mShopItems; - int mNpcId; int mPlayerMoney; int mMaxItems; int mAmountItems; |