From bb9038ffc0df57d00992997d72bc79a0d880d27e Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 13 Dec 2008 05:40:29 +0000 Subject: [PATCH] (w32_term_init): Don't initialize the image cache here; it will be done in init_frame_faces. --- src/w32term.c | 1 - 1 file changed, 1 deletion(-) 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 */ -- 2.39.2