diff options
author | Dastgir Pojee <dastgirpojee@rocketmail.com> | 2014-05-21 10:51:22 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-31 03:16:44 +0200 |
commit | 244985a25e5147517f53c887877f7ab9e4977ad4 (patch) | |
tree | 9a10fc8945ae455d4644e24f4c4dfb0cad351a8e /src/map/itemdb.h | |
parent | 49500a5e4055673d082b6f9c4d92cd4a9f04c230 (diff) | |
download | hercules-244985a25e5147517f53c887877f7ab9e4977ad4.tar.gz hercules-244985a25e5147517f53c887877f7ab9e4977ad4.tar.bz2 hercules-244985a25e5147517f53c887877f7ab9e4977ad4.tar.xz hercules-244985a25e5147517f53c887877f7ab9e4977ad4.zip |
Extended ItemDB to support several other formats (part 2)
- Actual source edits
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/itemdb.h')
-rw-r--r-- | src/map/itemdb.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 5c1628374..246ca1f54 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -589,12 +589,6 @@ struct itemdb_interface { int (*isrestricted) (struct item *item, int gmlv, int gmlv2, int(*func)(struct item_data *, int, int)); int (*isidentified) (int nameid); int (*isidentified2) (struct item_data *data); - bool (*read_itemavail) (char *str[], int columns, int current); - bool (*read_itemtrade) (char *str[], int columns, int current); - bool (*read_itemdelay) (char *str[], int columns, int current); - bool (*read_stack) (char *fields[], int columns, int current); - bool (*read_buyingstore) (char *fields[], int columns, int current); - bool (*read_nouse) (char *fields[], int columns, int current); int (*combo_split_atoi) (char *str, int *val); void (*read_combos) (); int (*gendercheck) (struct item_data *id); |