]> git.eshelyaron.com Git - emacs.git/commitdiff
(sit_for): Remove prototype.
authorKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:09:49 +0000 (20:09 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 11 Jul 2006 20:09:49 +0000 (20:09 +0000)
src/dispextern.h

index 1dfcf136aeb2d22ae9828b01bee271b0b217686c..6aff0dc1803c90f0b6cebc3c71c09ce5d8c98800 100644 (file)
@@ -2968,7 +2968,6 @@ int scrolling P_ ((struct frame *));
 void do_pending_window_change P_ ((int));
 void change_frame_size P_ ((struct frame *, int, int, int, int, int));
 void bitch_at_user P_ ((void));
-Lisp_Object sit_for P_ ((int, int, int, int, int));
 void init_display P_ ((void));
 void syms_of_display P_ ((void));
 extern Lisp_Object Qredisplay_dont_pause;