From 0975dc4cd9012b098061f0201028896d578649f8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 8 Jan 2014 13:47:32 +0300 Subject: Remove duplicate variables from some classes. --- src/gui/widgets/shoplistbox.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/gui/widgets/shoplistbox.h') diff --git a/src/gui/widgets/shoplistbox.h b/src/gui/widgets/shoplistbox.h index 5cbc66158..095d187eb 100644 --- a/src/gui/widgets/shoplistbox.h +++ b/src/gui/widgets/shoplistbox.h @@ -58,12 +58,6 @@ class ShopListBox final : public ListBox */ void draw(gcn::Graphics *graphics) override final; - /** - * Returns the height of a row. - */ - unsigned int getRowHeight() const override final A_WARN_UNUSED - { return mRowHeight; } - /** * gives information about the current player's money */ @@ -100,15 +94,11 @@ class ShopListBox final : public ListBox ItemPopup *mItemPopup; - unsigned int mRowHeight; /**< Row Height */ - gcn::Color mBackgroundColor; gcn::Color mWarningColor; bool mPriceCheck; bool mProtectItems; - - static float mAlpha; }; #endif // GUI_WIDGETS_SHOPLISTBOX_H -- cgit v1.2.3-60-g2f50