summaryrefslogtreecommitdiff
path: root/src/map/itemdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/itemdb.cpp')
-rw-r--r--src/map/itemdb.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/itemdb.cpp b/src/map/itemdb.cpp
index 1822b8a..b1a1a30 100644
--- a/src/map/itemdb.cpp
+++ b/src/map/itemdb.cpp
@@ -21,12 +21,6 @@
#include "../poison.hpp"
-constexpr int MAX_RANDITEM = 2000;
-
-// ** ITEMDB_OVERRIDE_NAME_VERBOSE **
-// 定義すると、itemdb.txtとgrfで名前が異なる場合、表示します.
-//#define ITEMDB_OVERRIDE_NAME_VERBOSE 1
-
static
Map<int, struct item_data> item_db;