# HG changeset patch # User Kim F. Storm # Date 1079224126 0 # Node ID 4ab3a5beaea66c5e9468c9c8e6865d6726f30bc8 # Parent 138155b7215efab41ab36659b75ee2f9aca9a4ff (x_find_image_file): Remove prototype. diff -r 138155b7215e -r 4ab3a5beaea6 src/xfns.c --- a/src/xfns.c Sun Mar 14 00:28:35 2004 +0000 +++ b/src/xfns.c Sun Mar 14 00:28:46 2004 +0000 @@ -761,8 +761,6 @@ #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. */