Mercurial > emacs
changeset 77929:b0be055b1b7e
(xpm_load): Remove spurious call to xpm_init_color_cache.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 06 Jun 2007 18:58:56 +0000 |
parents | 1f5af1cafe75 |
children | 7c971938808f |
files | src/image.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/image.c Wed Jun 06 18:58:48 2007 +0000 +++ b/src/image.c Wed Jun 06 18:58:56 2007 +0000 @@ -3910,9 +3910,6 @@ 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'. */