From: Gerd Moellmann Date: Thu, 9 Aug 2001 09:48:04 +0000 (+0000) Subject: (x_create_im): Remove prototype. X-Git-Tag: emacs-pretest-21.0.105~241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32dfbf1a8e4369e752e21e48eefed09eb4457ddf;p=emacs.git (x_create_im): Remove prototype. --- diff --git a/src/xfns.c b/src/xfns.c index d5589a39d2b..d26ce6466fe 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -729,7 +729,6 @@ static Lisp_Object unwind_create_frame P_ ((Lisp_Object)); static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object)); static void x_change_window_heights P_ ((Lisp_Object, int)); static void x_disable_image P_ ((struct frame *, struct image *)); -static void x_create_im P_ ((struct frame *)); void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object)); static void x_set_line_spacing P_ ((struct frame *, Lisp_Object, Lisp_Object)); static void x_set_wait_for_wm P_ ((struct frame *, Lisp_Object, Lisp_Object));