diff src/xdisp.c @ 40093:479353d8bc19

(invisible_text_between_p): Put prototype inside #if 0 because unused.
author Pavel Janík <Pavel@Janik.cz>
date Sat, 20 Oct 2001 20:26:18 +0000
parents ba1ee05b48f7
children 4ba7310e5da3
line wrap: on
line diff
--- 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,