From acd557f9472c711fe92b9c158ec336abf688bf7b Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 3 Nov 2009 10:18:25 -0700 Subject: Remove more _SUPPORT ifdefs and do some cleanup --- src/inventory.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/inventory.h') diff --git a/src/inventory.h b/src/inventory.h index cd57d10e..48283b50 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -24,13 +24,6 @@ class Item; -#ifdef EATHENA_SUPPORT -const int INVENTORY_SIZE = 100; -#else -const int INVENTORY_SIZE = 50; -#endif -const int STORAGE_SIZE = 301; - class Inventory { public: -- cgit v1.2.3-70-g09d2