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:
parent
a9be7d2b19
commit
43682bb61e
@ -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:
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user