From dd6d1e79df7d48e93ba22551b8858d77d041c197 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 3 Dec 2015 15:50:07 -0500 Subject: enabled werror, wall and wextra (\!) --- include/inventory.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/inventory.h') diff --git a/include/inventory.h b/include/inventory.h index 1ad46d0..e71e76a 100644 --- a/include/inventory.h +++ b/include/inventory.h @@ -48,7 +48,6 @@ public: char* textureLoc; Texturec *tex; GLuint text; - int count; Item(ITEM_ID i, const char *n, ITEM_TYPE t, float w, float h, int m, const char *tl); GLuint rtex(){ -- cgit v1.2.3