From: Kenichi Handa Date: Mon, 20 Mar 2006 06:22:55 +0000 (+0000) Subject: (xg_set_icon): Remove unnecessary GCPRO. X-Git-Tag: emacs-pretest-22.0.90~3498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=daf9e22086135d98f34bf25f32a3405192a8a0d9;p=emacs.git (xg_set_icon): Remove unnecessary GCPRO. --- 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))