]> git.eshelyaron.com Git - emacs.git/commitdiff
(xg_set_icon): Remove unnecessary GCPRO.
authorKenichi Handa <handa@m17n.org>
Mon, 20 Mar 2006 06:22:55 +0000 (06:22 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 20 Mar 2006 06:22:55 +0000 (06:22 +0000)
src/xfns.c

index 5d580c9a1f12a3d07df935c3dddfd3ae16e98a71..f18c9aac99f40fe36998666a37676acf8b44dfa2 100644 (file)
@@ -788,12 +788,9 @@ xg_set_icon (f, file)
     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))