aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c1
1 files changed, 0 insertions, 1 deletions
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,
7930 DestroyMagickWand (image_wand); 7930 DestroyMagickWand (image_wand);
7931 if (bg_wand) DestroyPixelWand (bg_wand); 7931 if (bg_wand) DestroyPixelWand (bg_wand);
7932 7932
7933 imagemagick_no_wand:
7934 MagickWandTerminus (); 7933 MagickWandTerminus ();
7935 /* TODO more cleanup. */ 7934 /* TODO more cleanup. */
7936 image_error ("Error parsing IMAGEMAGICK image `%s'", img->spec, Qnil); 7935 image_error ("Error parsing IMAGEMAGICK image `%s'", img->spec, Qnil);