# HG changeset patch # User Kenichi Handa # Date 1142835775 0 # Node ID ae6acd1629af65b3a214dac65630437ebe6ff6e2 # Parent 4a9c3ca44ca5ee299034536c7dddca079130677c (xg_set_icon): Remove unnecessary GCPRO. diff -r 4a9c3ca44ca5 -r ae6acd1629af src/xfns.c --- a/src/xfns.c Mon Mar 20 04:53:57 2006 +0000 +++ b/src/xfns.c Mon Mar 20 06:22:55 2006 +0000 @@ -788,12 +788,9 @@ FRAME_PTR f; Lisp_Object file; { - struct gcpro gcpro1; int result = 0; Lisp_Object found; - GCPRO1 (found); - found = x_find_image_file (file); if (! NILP (found))