aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorPaul Eggert2012-06-11 17:30:18 -0700
committerPaul Eggert2012-06-11 17:30:18 -0700
commit43682bb61e35cb20ae6bc45ccaf2d18f23e5b81a (patch)
tree42c25adc697daebade2e8f443eb4c3ae972fe0d2 /src/image.c
parenta9be7d2b190bb334b9b43a86ce7cbf8478f68e9b (diff)
downloademacs-43682bb61e35cb20ae6bc45ccaf2d18f23e5b81a.tar.gz
emacs-43682bb61e35cb20ae6bc45ccaf2d18f23e5b81a.zip
* image.c (imagemagick_load_image): Remove unused label.
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);