diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-06 18:58:56 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-06 18:58:56 +0000 |
commit | 50fe22634870a509259374b96c9ecd25dfd0674f (patch) | |
tree | e718475324da6c67a445f055b8c07db6dfa16e8c /src | |
parent | e29bb91e0556fe240457f964e98f8e39f6010189 (diff) | |
download | emacs-50fe22634870a509259374b96c9ecd25dfd0674f.tar.gz |
(xpm_load): Remove spurious call to xpm_init_color_cache.
Diffstat (limited to 'src')
-rw-r--r-- | src/image.c | 3 |
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) 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'. */ |