changeset 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 8d6fe7463149
children 5a21f5d2ef24
files src/w32term.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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 */