From 50fe22634870a509259374b96c9ecd25dfd0674f Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 6 Jun 2007 18:58:56 +0000 Subject: [PATCH] (xpm_load): Remove spurious call to xpm_init_color_cache. --- src/image.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/image.c b/src/image.c index eacea4a1d9..ebb73e3996 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'. */ -- 2.20.1