diff options
| author | Tom Tromey | 2011-01-18 10:55:46 -0700 |
|---|---|---|
| committer | Tom Tromey | 2011-01-18 10:55:46 -0700 |
| commit | 448c0820e46b5bf73c05677d5dcd8f3046e2ddf8 (patch) | |
| tree | bd01650d6c0fc32af196b4c772350d6ca49945c1 /src/image.c | |
| parent | 8442d95df1495762b1793ad160a5c52b89c531f9 (diff) | |
| download | emacs-448c0820e46b5bf73c05677d5dcd8f3046e2ddf8.tar.gz emacs-448c0820e46b5bf73c05677d5dcd8f3046e2ddf8.zip | |
* image.c (Vimagemagick_render_type): Remove redundant
definition.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 260e33c3cfb..53cbcd2071e 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -7380,7 +7380,6 @@ gif_load (struct frame *f, struct image *img) | |||
| 7380 | imagemagick | 7380 | imagemagick |
| 7381 | ***********************************************************************/ | 7381 | ***********************************************************************/ |
| 7382 | #if defined (HAVE_IMAGEMAGICK) | 7382 | #if defined (HAVE_IMAGEMAGICK) |
| 7383 | Lisp_Object Vimagemagick_render_type; | ||
| 7384 | 7383 | ||
| 7385 | /* The symbol `imagemagick' identifying images of this type. */ | 7384 | /* The symbol `imagemagick' identifying images of this type. */ |
| 7386 | 7385 | ||