diff options
| author | Gerd Moellmann | 2001-08-09 09:48:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-09 09:48:04 +0000 |
| commit | 32dfbf1a8e4369e752e21e48eefed09eb4457ddf (patch) | |
| tree | 482719a6cd77fffc48b73db5863d40cdac162cc1 /src | |
| parent | 26447967111f6753ec584918ad5c2c185798fd65 (diff) | |
| download | emacs-32dfbf1a8e4369e752e21e48eefed09eb4457ddf.tar.gz emacs-32dfbf1a8e4369e752e21e48eefed09eb4457ddf.zip | |
(x_create_im): Remove prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 1 |
1 files changed, 0 insertions, 1 deletions
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)); | |||
| 729 | static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object)); | 729 | static Lisp_Object unwind_create_tip_frame P_ ((Lisp_Object)); |
| 730 | static void x_change_window_heights P_ ((Lisp_Object, int)); | 730 | static void x_change_window_heights P_ ((Lisp_Object, int)); |
| 731 | static void x_disable_image P_ ((struct frame *, struct image *)); | 731 | static void x_disable_image P_ ((struct frame *, struct image *)); |
| 732 | static void x_create_im P_ ((struct frame *)); | ||
| 733 | void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object)); | 732 | void x_set_foreground_color P_ ((struct frame *, Lisp_Object, Lisp_Object)); |
| 734 | static void x_set_line_spacing P_ ((struct frame *, Lisp_Object, Lisp_Object)); | 733 | static void x_set_line_spacing P_ ((struct frame *, Lisp_Object, Lisp_Object)); |
| 735 | static void x_set_wait_for_wm P_ ((struct frame *, Lisp_Object, Lisp_Object)); | 734 | static void x_set_wait_for_wm P_ ((struct frame *, Lisp_Object, Lisp_Object)); |