From 3a6a78fd2537f7394c6f80c1fac63643ce364aa5 Mon Sep 17 00:00:00 2001 From: Dmitry Antipov Date: Mon, 23 Sep 2013 17:46:20 +0400 Subject: [PATCH] * dispextern.h (cancel_line, init_desired_glyphs): Remove ancient leftover. --- src/ChangeLog | 4 +++- src/dispextern.h | 2 -- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 38f4b21d30b..4fdf461b57d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -5,7 +5,9 @@ (display_last_displayed_message_p, message_buf_print) (message_cleared_p, help_echo_showing_p, hourglass_shown_p): Use bool for boolean. - * dispextern.h (help_echo_showing_p, hourglass_shown_p): + * dispextern.h (cancel_line, init_desired_glyphs): + Remove ancient leftover. + (help_echo_showing_p, hourglass_shown_p): * lisp.h (noninteractive_need_newline): Adjust declaration. 2013-09-23 Dmitry Antipov diff --git a/src/dispextern.h b/src/dispextern.h index 30db19b2d03..84111bd9958 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -3437,8 +3437,6 @@ extern Lisp_Object marginal_area_string (struct window *, enum window_part, Lisp_Object *, int *, int *, int *, int *); extern void redraw_frame (struct frame *); -extern void cancel_line (int, struct frame *); -extern void init_desired_glyphs (struct frame *); extern bool update_frame (struct frame *, bool, bool); extern void bitch_at_user (void); extern void adjust_frame_glyphs (struct frame *); -- 2.39.2