changeset 69594:ae6acd1629af

(xg_set_icon): Remove unnecessary GCPRO.
author Kenichi Handa <handa@m17n.org>
date Mon, 20 Mar 2006 06:22:55 +0000
parents 4a9c3ca44ca5
children f57904524ef9
files src/xfns.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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))