aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2004-03-14 00:28:46 +0000
committerKim F. Storm2004-03-14 00:28:46 +0000
commite61d86f7b97b771a217961775b53acc568ffcdee (patch)
tree2eca2d1ea2bd25dc90f59f3744b1a697965c087b
parentc640aa9b337abfc6e0277619cf0433e7b3779bdd (diff)
downloademacs-e61d86f7b97b771a217961775b53acc568ffcdee.tar.gz
emacs-e61d86f7b97b771a217961775b53acc568ffcdee.zip
(x_find_image_file): Remove prototype.
-rw-r--r--src/xfns.c2
1 files changed, 0 insertions, 2 deletions
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)
761 761
762#ifdef USE_GTK 762#ifdef USE_GTK
763 763
764static Lisp_Object x_find_image_file P_ ((Lisp_Object file));
765
766/* Set icon from FILE for frame F. By using GTK functions the icon 764/* Set icon from FILE for frame F. By using GTK functions the icon
767 may be any format that GdkPixbuf knows about, i.e. not just bitmaps. */ 765 may be any format that GdkPixbuf knows about, i.e. not just bitmaps. */
768 766