From ace159199161f555d6e13d05ccc374166ff375b6 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 20 Dec 2012 21:14:24 -0800 Subject: Purge some unused functions --- src/map/itemdb.cpp | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/map/itemdb.cpp') diff --git a/src/map/itemdb.cpp b/src/map/itemdb.cpp index 7861796..19b5d3e 100644 --- a/src/map/itemdb.cpp +++ b/src/map/itemdb.cpp @@ -219,23 +219,6 @@ int itemdb_isequip3(int nameid) return 0; } -/*========================================== - * 捨てられるアイテムは1、そうでないアイテムは0 - *------------------------------------------ - */ -int itemdb_isdropable(int nameid) -{ - //結婚指輪は捨てられない - switch (nameid) - { - case 2634: //結婚指輪 - case 2635: //結婚指輪 - return 0; - } - - return 1; -} - // // 初期化 // -- cgit v1.2.3-60-g2f50