diff options
Diffstat (limited to 'src/w32console.c')
| -rw-r--r-- | src/w32console.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32console.c b/src/w32console.c index 94bb5df07a4..285abb310fe 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -630,7 +630,6 @@ void | |||
| 630 | initialize_w32_display (struct terminal *term, int *width, int *height) | 630 | initialize_w32_display (struct terminal *term, int *width, int *height) |
| 631 | { | 631 | { |
| 632 | CONSOLE_SCREEN_BUFFER_INFO info; | 632 | CONSOLE_SCREEN_BUFFER_INFO info; |
| 633 | Mouse_HLInfo *hlinfo; | ||
| 634 | 633 | ||
| 635 | term->rif = 0; /* No window based redisplay on the console. */ | 634 | term->rif = 0; /* No window based redisplay on the console. */ |
| 636 | term->cursor_to_hook = w32con_move_cursor; | 635 | term->cursor_to_hook = w32con_move_cursor; |