From: Chong Yidong Date: Wed, 6 Jun 2007 18:58:56 +0000 (+0000) Subject: (xpm_load): Remove spurious call to xpm_init_color_cache. X-Git-Tag: emacs-pretest-22.1.90~1411 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=50fe22634870a509259374b96c9ecd25dfd0674f;p=emacs.git (xpm_load): Remove spurious call to xpm_init_color_cache. --- diff --git a/src/image.c b/src/image.c index eacea4a1d97..ebb73e3996e 100644 --- a/src/image.c +++ b/src/image.c @@ -3910,9 +3910,6 @@ xpm_load (f, img) attrs.valuemask |= XpmCloseness; #endif /* not XpmAllocCloseColors */ #endif /* ALLOC_XPM_COLORS */ -#ifdef ALLOC_XPM_COLORS - xpm_init_color_cache (f, &attrs); -#endif /* If image specification contains symbolic color definitions, add these to `attrs'. */