diff options
| author | Kenichi Handa | 2006-03-20 06:22:55 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-03-20 06:22:55 +0000 |
| commit | daf9e22086135d98f34bf25f32a3405192a8a0d9 (patch) | |
| tree | 028740f4f8539955cc9895f82803a0368752e9bb | |
| parent | 49fc41bee5e3c1f40a223198fa2fe1ce816319ec (diff) | |
| download | emacs-daf9e22086135d98f34bf25f32a3405192a8a0d9.tar.gz emacs-daf9e22086135d98f34bf25f32a3405192a8a0d9.zip | |
(xg_set_icon): Remove unnecessary GCPRO.
| -rw-r--r-- | src/xfns.c | 3 |
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)) |