aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2007-06-06 18:58:56 +0000
committerChong Yidong2007-06-06 18:58:56 +0000
commit50fe22634870a509259374b96c9ecd25dfd0674f (patch)
treee718475324da6c67a445f055b8c07db6dfa16e8c /src
parente29bb91e0556fe240457f964e98f8e39f6010189 (diff)
downloademacs-50fe22634870a509259374b96c9ecd25dfd0674f.tar.gz
emacs-50fe22634870a509259374b96c9ecd25dfd0674f.zip
(xpm_load): Remove spurious call to xpm_init_color_cache.
Diffstat (limited to 'src')
-rw-r--r--src/image.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/image.c b/src/image.c
index eacea4a1d97..ebb73e3996e 100644
--- a/src/image.c
+++ b/src/image.c
@@ -3910,9 +3910,6 @@ xpm_load (f, img)
3910 attrs.valuemask |= XpmCloseness; 3910 attrs.valuemask |= XpmCloseness;
3911#endif /* not XpmAllocCloseColors */ 3911#endif /* not XpmAllocCloseColors */
3912#endif /* ALLOC_XPM_COLORS */ 3912#endif /* ALLOC_XPM_COLORS */
3913#ifdef ALLOC_XPM_COLORS
3914 xpm_init_color_cache (f, &attrs);
3915#endif
3916 3913
3917 /* If image specification contains symbolic color definitions, add 3914 /* If image specification contains symbolic color definitions, add
3918 these to `attrs'. */ 3915 these to `attrs'. */