From: Chong Yidong Date: Sat, 13 Dec 2008 05:40:29 +0000 (+0000) Subject: (w32_term_init): Don't initialize the image cache here; it will be X-Git-Tag: emacs-pretest-23.0.90~1112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb9038ffc0df57d00992997d72bc79a0d880d27e;p=emacs.git (w32_term_init): Don't initialize the image cache here; it will be done in init_frame_faces. --- 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 */