diff options
author | Miles Bader <miles@gnu.org> | 2001-10-20 05:51:38 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2001-10-20 05:51:38 +0000 |
commit | dd70d37f4007af840d1a9fa7282497b1a53a84f2 (patch) | |
tree | 730a02ce3248f578e7d27ce295d54e7959ac385a /src/termhooks.h | |
parent | e850a61568ec13d52c3d9487bcebec37bafb8217 (diff) | |
download | emacs-dd70d37f4007af840d1a9fa7282497b1a53a84f2.tar.gz |
(reassert_line_highlight_hook, change_line_highlight_hook):
Declarations removed.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r-- | src/termhooks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 6a8cc8befd3..b13c632a033 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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)); |