--- deliantra/server/include/sproto.h 2009/01/04 16:30:39 1.98 +++ deliantra/server/include/sproto.h 2009/01/08 03:03:24 1.99 @@ -96,8 +96,6 @@ /* build_map.c */ int can_build_over (struct mapdef *map, object *tmp, short x, short y); void remove_marking_runes (struct mapdef *map, short x, short y); -int find_unused_connected_value (struct mapdef *map); -int find_or_create_connection_for_map (object *pl, short x, short y, object *rune); object *get_connection_rune (object *pl, short x, short y); object *get_msg_book (object *pl, short x, short y); object *get_wall (struct mapdef *map, int x, int y);