summaryrefslogtreecommitdiff
path: root/src/termhooks.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2001-10-20 05:51:38 +0000
committerMiles Bader <miles@gnu.org>2001-10-20 05:51:38 +0000
commitdd70d37f4007af840d1a9fa7282497b1a53a84f2 (patch)
tree730a02ce3248f578e7d27ce295d54e7959ac385a /src/termhooks.h
parente850a61568ec13d52c3d9487bcebec37bafb8217 (diff)
downloademacs-dd70d37f4007af840d1a9fa7282497b1a53a84f2.tar.gz
(reassert_line_highlight_hook, change_line_highlight_hook):
Declarations removed.
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h3
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));