diff src/w32term.c @ 100400:81a626d61e0e

(w32_term_init): Don't initialize the image cache here; it will be done in init_frame_faces.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 13 Dec 2008 05:40:29 +0000
parents 3ff54631d8b3
children dab9cf44bf3f
line wrap: on
line diff
--- a/src/w32term.c	Sat Dec 13 05:39:41 2008 +0000
+++ b/src/w32term.c	Sat Dec 13 05:40:29 2008 +0000
@@ -6204,7 +6204,6 @@
   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 */