From 1d995c34c871bdb48e35c083ef0d9027dc18d719 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Wed, 2 Dec 2015 08:09:02 -0500 Subject: killed threads --- include/inventory.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/inventory.h') diff --git a/include/inventory.h b/include/inventory.h index ec71e94..b62e491 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -81,9 +81,6 @@ public: int takeItem(ITEM_ID id,unsigned char count); // Take 'count' items with an id of 'id' from the inventory int useItem(void); - bool tossd; - int itemToss(void); - void setSelection(unsigned int s); void draw(void); // Draws a text list of items in this inventory (should only be called for the player for now) -- cgit v1.2.3