emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108567: * image.c (imagemagick_load_


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108567: * image.c (imagemagick_load_image): Remove unused label.
Date: Mon, 11 Jun 2012 17:30:18 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108567
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2012-06-11 17:30:18 -0700
message:
  * image.c (imagemagick_load_image): Remove unused label.
modified:
  src/ChangeLog
  src/image.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-06-11 23:17:11 +0000
+++ b/src/ChangeLog     2012-06-12 00:30:18 +0000
@@ -1,3 +1,7 @@
+2012-06-12  Paul Eggert  <address@hidden>
+
+       * image.c (imagemagick_load_image): Remove unused label.
+
 2012-06-11  Glenn Morris  <address@hidden>
 
        * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h:

=== modified file 'src/image.c'
--- a/src/image.c       2012-06-11 14:42:55 +0000
+++ b/src/image.c       2012-06-12 00:30:18 +0000
@@ -7930,7 +7930,6 @@
   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);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]