From daf9e22086135d98f34bf25f32a3405192a8a0d9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 20 Mar 2006 06:22:55 +0000 Subject: [PATCH] (xg_set_icon): Remove unnecessary GCPRO. --- src/xfns.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 5d580c9a1f1..f18c9aac99f 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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)) -- 2.39.2