]> code.delx.au - gnu-emacs/blobdiff - src/w32console.c
Fixed problems in Cygwin build reported by Ken Brown.
[gnu-emacs] / src / w32console.c
index 94bb5df07a4caad22123409b6846a55d8bc7268e..285abb310fe8b541004940490037839d9b35448e 100644 (file)
@@ -630,7 +630,6 @@ void
 initialize_w32_display (struct terminal *term, int *width, int *height)
 {
   CONSOLE_SCREEN_BUFFER_INFO   info;
-  Mouse_HLInfo *hlinfo;
 
   term->rif = 0; /* No window based redisplay on the console.  */
   term->cursor_to_hook         = w32con_move_cursor;