1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* image.c (imagemagick_load_image): Remove unused label.

This commit is contained in:
Paul Eggert 2012-06-11 17:30:18 -07:00
parent a9be7d2b19
commit 43682bb61e
2 changed files with 4 additions and 1 deletions

View File

@ -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:

View File

@ -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);