diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2008-12-13 05:40:29 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2008-12-13 05:40:29 +0000 |
commit | c4555c908a801523ac0b82cb73d7006fbd7e805a (patch) | |
tree | 9a6d5ce38e34dcd97ca542ca7ec21363d88aa4f7 /src/w32term.c | |
parent | b1da3f50efdf6b7a729440fe61e0c43cc7eefa8a (diff) | |
download | emacs-c4555c908a801523ac0b82cb73d7006fbd7e805a.tar.gz |
(w32_term_init): Don't initialize the image cache here; it will be
done in init_frame_faces.
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c index c9960420597..470c9d0a04a 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6204,7 +6204,6 @@ w32_term_init (display_name, xrm_option, resource_name) dpyinfo->resx = GetDeviceCaps (hdc, LOGPIXELSX); dpyinfo->resy = GetDeviceCaps (hdc, LOGPIXELSY); dpyinfo->has_palette = GetDeviceCaps (hdc, RASTERCAPS) & RC_PALETTE; - dpyinfo->terminal->image_cache = make_image_cache (); ReleaseDC (GetDesktopWindow (), hdc); /* initialise palette with white and black */ |