aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2007-06-06 18:58:56 +0000
committerChong Yidong <[email protected]>2007-06-06 18:58:56 +0000
commit50fe22634870a509259374b96c9ecd25dfd0674f (patch)
treee718475324da6c67a445f055b8c07db6dfa16e8c
parente29bb91e0556fe240457f964e98f8e39f6010189 (diff)
(xpm_load): Remove spurious call to xpm_init_color_cache.
-rw-r--r--src/image.c3
1 files changed, 0 insertions, 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'. */