summaryrefslogtreecommitdiff
path: root/src/itemshortcut.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/itemshortcut.h')
-rw-r--r--src/itemshortcut.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/itemshortcut.h b/src/itemshortcut.h
index f66895b6a..f8eda6215 100644
--- a/src/itemshortcut.h
+++ b/src/itemshortcut.h
@@ -144,7 +144,6 @@ class ItemShortcut final
void unequipItem(const int index) const;
private:
-
int mItems[SHORTCUT_ITEMS]; /**< The items. */
unsigned char mItemColors[SHORTCUT_ITEMS]; /**< The item colors. */
int mItemSelected;