diff options
Diffstat (limited to 'src/shopitem.h')
-rw-r--r-- | src/shopitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shopitem.h b/src/shopitem.h index ffafbebe..6e7606ac 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -51,7 +51,6 @@ class ShopItem : public Item protected: int mPrice; - int mIndex; std::string mDisplayName; }; |