aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-03-20 06:22:55 +0000
committerKenichi Handa2006-03-20 06:22:55 +0000
commitdaf9e22086135d98f34bf25f32a3405192a8a0d9 (patch)
tree028740f4f8539955cc9895f82803a0368752e9bb
parent49fc41bee5e3c1f40a223198fa2fe1ce816319ec (diff)
downloademacs-daf9e22086135d98f34bf25f32a3405192a8a0d9.tar.gz
emacs-daf9e22086135d98f34bf25f32a3405192a8a0d9.zip
(xg_set_icon): Remove unnecessary GCPRO.
-rw-r--r--src/xfns.c3
1 files changed, 0 insertions, 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)
788 FRAME_PTR f; 788 FRAME_PTR f;
789 Lisp_Object file; 789 Lisp_Object file;
790{ 790{
791 struct gcpro gcpro1;
792 int result = 0; 791 int result = 0;
793 Lisp_Object found; 792 Lisp_Object found;
794 793
795 GCPRO1 (found);
796
797 found = x_find_image_file (file); 794 found = x_find_image_file (file);
798 795
799 if (! NILP (found)) 796 if (! NILP (found))