From: Kim F. Storm Date: Sun, 14 Mar 2004 00:28:46 +0000 (+0000) Subject: (x_find_image_file): Remove prototype. X-Git-Tag: ttn-vms-21-2-B4~7249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e61d86f7b97b771a217961775b53acc568ffcdee;p=emacs.git (x_find_image_file): Remove prototype. --- diff --git a/src/xfns.c b/src/xfns.c index a45e7e99ed2..c422e3ad994 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -761,8 +761,6 @@ x_set_wait_for_wm (f, new_value, old_value) #ifdef USE_GTK -static Lisp_Object x_find_image_file P_ ((Lisp_Object file)); - /* Set icon from FILE for frame F. By using GTK functions the icon may be any format that GdkPixbuf knows about, i.e. not just bitmaps. */