From 4640ccf2f68dfeeb85ecb65da3c5455b0d3f0e2a Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 4 Jun 2023 16:30:45 +0300 Subject: [PATCH 39/39] mapview_common.h: Drop declaration of undraw_segment() It doesn't exist. See osdn #48104 Signed-off-by: Marko Lindqvist --- client/mapview_common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/client/mapview_common.h b/client/mapview_common.h index abaa7b5c1f..3077d0b152 100644 --- a/client/mapview_common.h +++ b/client/mapview_common.h @@ -316,7 +316,6 @@ void show_tile_labels(int canvas_base_x, int canvas_base_y, bool show_unit_orders(struct unit *punit); void draw_segment(struct tile *ptile, enum direction8 dir); -void undraw_segment(struct tile *ptile, enum direction8 dir); void decrease_unit_hp_smooth(struct unit *punit0, int hp0, struct unit *punit1, int hp1); -- 2.39.2