Mercurial > emacs
changeset 81188:a77470efa868
(xpm_load): Remove spurious call to xpm_init_color_cache.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 06 Jun 2007 18:57:12 +0000 |
parents | 1c068a2f6c6b |
children | be43dcd48634 |
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:57:02 2007 +0000 +++ b/src/image.c Wed Jun 06 18:57:12 2007 +0000 @@ -3978,9 +3978,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'. */