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) | |||
| 757 | else | 757 | else |
| 758 | w32_console_unicode_input = 0; | 758 | w32_console_unicode_input = 0; |
| 759 | 759 | ||
| 760 | /* This is needed by w32notify.c:send_notifications. */ | ||
| 761 | dwMainThreadId = GetCurrentThreadId (); | ||
| 762 | |||
| 763 | /* Setup w32_display_info structure for this frame. */ | 760 | /* Setup w32_display_info structure for this frame. */ |
| 764 | |||
| 765 | w32_initialize_display_info (build_string ("Console")); | 761 | w32_initialize_display_info (build_string ("Console")); |
| 766 | |||
| 767 | } | 762 | } |
| 768 | 763 | ||
| 769 | 764 | ||