aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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))