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 3353ebe7..50af4991 100644 --- a/src/shopitem.h +++ b/src/shopitem.h @@ -49,7 +49,6 @@ class ShopItem : public Item protected: int mPrice; - int mIndex; std::string mDisplayName; }; |