]> git.eshelyaron.com Git - emacs.git/commitdiff
* image.c (imagemagick_load_image): Remove unused label.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jun 2012 00:30:18 +0000 (17:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 12 Jun 2012 00:30:18 +0000 (17:30 -0700)
src/ChangeLog
src/image.c

index 9acdb5fbf27f781ab6dfa47084a78be3db8ded32..fd5169c14983adf111420ecb0fab9be16203cc84 100644 (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:
index 15fd7bbeab790c231d2b5aa26c15781b755888bf..8a6d7861f91f31a946600eefa00dec91ef145336 100644 (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);