]> git.eshelyaron.com Git - emacs.git/commitdiff
(reassert_line_highlight_hook, change_line_highlight_hook):
authorMiles Bader <miles@gnu.org>
Sat, 20 Oct 2001 05:51:38 +0000 (05:51 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 20 Oct 2001 05:51:38 +0000 (05:51 +0000)
Declarations removed.

src/termhooks.h

index 6a8cc8befd319895df3be86afbc3e016167c6da1..b13c632a033663ae69cb7ef05ffdde05f8bbfcfe 100644 (file)
@@ -44,9 +44,6 @@ extern void (*clear_end_of_line_hook) P_ ((int));
 
 extern void (*ins_del_lines_hook) P_ ((int, int));
 
-extern void (*change_line_highlight_hook) P_ ((int, int, int, int));
-extern void (*reassert_line_highlight_hook) P_ ((int, int));
-
 extern void (*insert_glyphs_hook) P_ ((struct glyph *s, int n));
 extern void (*write_glyphs_hook) P_ ((struct glyph *s, int n));
 extern void (*delete_glyphs_hook) P_ ((int));