Mercurial > emacs
changeset 40080:30ac10baa2b5
(reassert_line_highlight_hook, change_line_highlight_hook):
Declarations removed.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 20 Oct 2001 05:51:38 +0000 |
parents | e62d3694acdc |
children | 07d7dbf18784 |
files | src/termhooks.h |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/termhooks.h Sat Oct 20 05:50:33 2001 +0000 +++ b/src/termhooks.h Sat Oct 20 05:51:38 2001 +0000 @@ -44,9 +44,6 @@ 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));