Remove unused get_empobj_chr()

Unused since commit 5e77193c, v4.3.24.
This commit is contained in:
Markus Armbruster 2011-05-21 15:33:31 +02:00
parent 79f289c365
commit 766788480f
2 changed files with 0 additions and 20 deletions

View file

@ -99,7 +99,6 @@ struct empobj_chr;
#define get_empobjp(type, n) ((struct empobj *)ef_ptr((type), (n)))
extern char *obj_nameof(struct empobj *gp);
extern struct empobj_chr *get_empobj_chr(struct empobj *gp);
extern char *empobj_chr_name(struct empobj *gp);
extern int get_empobj_mob_max(int type);