* image.c (Vimagemagick_render_type): Remove redundant
definition.
This commit is contained in:
parent
8442d95df1
commit
448c0820e4
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue