diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window.h b/src/window.h index ad627aca340..65d554a5501 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -763,8 +763,6 @@ extern Lisp_Object Vmouse_event; | |||
| 763 | EXFUN (Fnext_window, 3); | 763 | EXFUN (Fnext_window, 3); |
| 764 | EXFUN (Fselect_window, 2); | 764 | EXFUN (Fselect_window, 2); |
| 765 | EXFUN (Fset_window_buffer, 3); | 765 | EXFUN (Fset_window_buffer, 3); |
| 766 | EXFUN (Fset_window_vscroll, 3); | ||
| 767 | EXFUN (Fset_window_margins, 3); | ||
| 768 | EXFUN (Fset_window_point, 2); | 766 | EXFUN (Fset_window_point, 2); |
| 769 | extern Lisp_Object make_window (void); | 767 | extern Lisp_Object make_window (void); |
| 770 | extern Lisp_Object window_from_coordinates (struct frame *, int, int, | 768 | extern Lisp_Object window_from_coordinates (struct frame *, int, int, |
| @@ -778,7 +776,6 @@ extern void freeze_window_starts (struct frame *, int); | |||
| 778 | extern void grow_mini_window (struct window *, int); | 776 | extern void grow_mini_window (struct window *, int); |
| 779 | extern void shrink_mini_window (struct window *); | 777 | extern void shrink_mini_window (struct window *); |
| 780 | extern int window_relative_x_coord (struct window *, enum window_part, int); | 778 | extern int window_relative_x_coord (struct window *, enum window_part, int); |
| 781 | extern void check_all_windows (void); | ||
| 782 | 779 | ||
| 783 | void run_window_configuration_change_hook (struct frame *f); | 780 | void run_window_configuration_change_hook (struct frame *f); |
| 784 | 781 | ||