From b50eee3c4571c4a4657bc14c2935067d833bb801 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:48:19 +0300 Subject: Add const attribute to net classes. --- src/net/inventoryhandler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/net/inventoryhandler.h') diff --git a/src/net/inventoryhandler.h b/src/net/inventoryhandler.h index c7153ee29..84c28678f 100644 --- a/src/net/inventoryhandler.h +++ b/src/net/inventoryhandler.h @@ -53,8 +53,6 @@ class InventoryHandler notfinal virtual void moveItem(const int oldIndex, const int newIndex) const = 0; - virtual void openStorage(const int type) const = 0; - virtual void closeStorage() const = 0; virtual void moveItem2(const InventoryTypeT source, -- cgit v1.2.3-70-g09d2