--- deliantra/server/include/libproto.h 2006/09/14 21:16:12 1.15 +++ deliantra/server/include/libproto.h 2006/09/14 23:13:48 1.16 @@ -229,7 +229,6 @@ extern int can_see_monsterP(mapstruct *m, int x, int y, int dir); extern int can_pick(const object *who, const object *item); extern object *object_create_clone(object *asrc); -extern int was_destroyed(const object *op, tag_t old_tag); extern object *load_object_str(const char *obstr); extern object *find_obj_by_type_subtype(const object *who, int type, int subtype); extern key_value *get_ob_key_link(const object *ob, const char *key);