# HG changeset patch # User Kim F. Storm # Date 1152648589 0 # Node ID 2078d52426f65d7564d123033e264d0232687268 # Parent d76f16a63bf28dfcd3e5473e3540fc48cdeadb54 (sit_for): Remove prototype. diff -r d76f16a63bf2 -r 2078d52426f6 src/dispextern.h --- a/src/dispextern.h Tue Jul 11 20:09:26 2006 +0000 +++ b/src/dispextern.h Tue Jul 11 20:09:49 2006 +0000 @@ -2968,7 +2968,6 @@ 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;