# HG changeset patch # User Pavel Jank # Date 1003609578 0 # Node ID 479353d8bc1972fe6d1849623238f82166193e6a # Parent c495d30e21840824c7a20da528958dcb7e16517c (invisible_text_between_p): Put prototype inside #if 0 because unused. diff -r c495d30e2184 -r 479353d8bc19 src/xdisp.c --- a/src/xdisp.c Sat Oct 20 20:24:29 2001 +0000 +++ b/src/xdisp.c Sat Oct 20 20:26:18 2001 +0000 @@ -670,7 +670,11 @@ static int cursor_row_p P_ ((struct window *, struct glyph_row *)); static int redisplay_mode_lines P_ ((Lisp_Object, int)); static char *decode_mode_spec_coding P_ ((Lisp_Object, char *, int)); + +#if 0 static int invisible_text_between_p P_ ((struct it *, int, int)); +#endif + static int next_element_from_ellipsis P_ ((struct it *)); static void pint2str P_ ((char *, int, int)); static struct text_pos run_window_scroll_functions P_ ((Lisp_Object,