summaryrefslogtreecommitdiff
path: root/src/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inventory.h')
-rw-r--r--src/inventory.h7
1 files changed, 0 insertions, 7 deletions
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: