diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-11 17:30:18 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-06-11 17:30:18 -0700 |
| commit | 43682bb61e35cb20ae6bc45ccaf2d18f23e5b81a (patch) | |
| tree | 42c25adc697daebade2e8f443eb4c3ae972fe0d2 | |
| parent | a9be7d2b190bb334b9b43a86ce7cbf8478f68e9b (diff) | |
| download | emacs-43682bb61e35cb20ae6bc45ccaf2d18f23e5b81a.tar.gz | |
* image.c (imagemagick_load_image): Remove unused label.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/image.c | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9acdb5fbf27..fd5169c1498 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-06-12 Paul Eggert <eggert@cs.ucla.edu> + + * image.c (imagemagick_load_image): Remove unused label. + 2012-06-11 Glenn Morris <rgm@gnu.org> * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h: diff --git a/src/image.c b/src/image.c index 15fd7bbeab7..8a6d7861f91 100644 --- a/src/image.c +++ b/src/image.c @@ -7930,7 +7930,6 @@ imagemagick_load_image (struct frame *f, struct image *img, DestroyMagickWand (image_wand); if (bg_wand) DestroyPixelWand (bg_wand); - imagemagick_no_wand: MagickWandTerminus (); /* TODO more cleanup. */ image_error ("Error parsing IMAGEMAGICK image `%s'", img->spec, Qnil); |
