From 62471b26135021d75f1b9255ab613746ae2ad67a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 9 Jan 2018 04:41:50 +0300 Subject: Remove useless A_CONST attributes. --- src/net/tmwa/inventoryhandler.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/tmwa/inventoryhandler.h') diff --git a/src/net/tmwa/inventoryhandler.h b/src/net/tmwa/inventoryhandler.h index 9b37ce747..7fc4f78b2 100644 --- a/src/net/tmwa/inventoryhandler.h +++ b/src/net/tmwa/inventoryhandler.h @@ -56,15 +56,15 @@ class InventoryHandler final : public Ea::InventoryHandler const int amount, const InventoryTypeT destination) const override final; - void useCard(const Item *const item) override final A_CONST; + void useCard(const Item *const item) override final; void insertCard(const int cardIndex, - const int itemIndex) const override final A_CONST; + const int itemIndex) const override final; void favoriteItem(const Item *const item, - const bool favorite) const override final A_CONST; + const bool favorite) const override final; - void selectEgg(const Item *const item) const override final A_CONST; + void selectEgg(const Item *const item) const override final; int convertFromServerSlot(const int serverSlot) const override final A_WARN_UNUSED; -- cgit v1.2.3-60-g2f50