]> git.eshelyaron.com Git - emacs.git/commitdiff
* image.c (Vimagemagick_render_type): Remove redundant
authorTom Tromey <tromey@redhat.com>
Tue, 18 Jan 2011 17:55:46 +0000 (10:55 -0700)
committerTom Tromey <tromey@redhat.com>
Tue, 18 Jan 2011 17:55:46 +0000 (10:55 -0700)
definition.

src/ChangeLog
src/image.c

index fc1e8054e13dc384ebb3ca75389ea7e8766beaf0..a589db682b19f738357d1d651f665fc6b8dfbb15 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-18  Tom Tromey  <tromey@redhat.com>
+
+       * image.c (Vimagemagick_render_type): Remove redundant
+       definition.
+
 2011-01-18  Tom Tromey  <tromey@redhat.com>
 
        * xdisp.c (emacs_scroll_step): Rename from scroll_step.
index 260e33c3cfb3fd656f2213a0a5c0a2ab53e2276b..53cbcd2071e95faea6b0d7881f444ab1970cec2f 100644 (file)
@@ -7380,7 +7380,6 @@ gif_load (struct frame *f, struct image *img)
                                 imagemagick
 ***********************************************************************/
 #if defined (HAVE_IMAGEMAGICK)
-Lisp_Object Vimagemagick_render_type;
 
 /* The symbol `imagemagick' identifying images of this type.  */