diff options
Diffstat (limited to 'src/w32console.c')
-rw-r--r-- | src/w32console.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/w32console.c b/src/w32console.c index ec54f83129f..7fffabf3853 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -757,13 +757,8 @@ initialize_w32_display (struct terminal *term, int *width, int *height) else w32_console_unicode_input = 0; - /* This is needed by w32notify.c:send_notifications. */ - dwMainThreadId = GetCurrentThreadId (); - /* Setup w32_display_info structure for this frame. */ - w32_initialize_display_info (build_string ("Console")); - } |