aboutsummaryrefslogtreecommitdiffstats
path: root/src/image.c
diff options
context:
space:
mode:
authorChong Yidong2007-06-06 18:57:12 +0000
committerChong Yidong2007-06-06 18:57:12 +0000
commit6cf8ac625bcbb1dbb6580572d03b73bc97398494 (patch)
tree01cb6995bca3d07b377f988a18f25c62a2f029c6 /src/image.c
parent6fe04c896c26ad75e236356bfb923c563972ba91 (diff)
downloademacs-6cf8ac625bcbb1dbb6580572d03b73bc97398494.tar.gz
emacs-6cf8ac625bcbb1dbb6580572d03b73bc97398494.zip
(xpm_load): Remove spurious call to xpm_init_color_cache.
Diffstat (limited to 'src/image.c')
-rw-r--r--src/image.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/image.c b/src/image.c
index 789de0223be..9cfcd5a63f8 100644
--- a/src/image.c
+++ b/src/image.c
@@ -3978,9 +3978,6 @@ xpm_load (f, img)
3978 attrs.valuemask |= XpmCloseness; 3978 attrs.valuemask |= XpmCloseness;
3979#endif /* not XpmAllocCloseColors */ 3979#endif /* not XpmAllocCloseColors */
3980#endif /* ALLOC_XPM_COLORS */ 3980#endif /* ALLOC_XPM_COLORS */
3981#ifdef ALLOC_XPM_COLORS
3982 xpm_init_color_cache (f, &attrs);
3983#endif
3984 3981
3985 /* If image specification contains symbolic color definitions, add 3982 /* If image specification contains symbolic color definitions, add
3986 these to `attrs'. */ 3983 these to `attrs'. */