]> code.delx.au - gnu-emacs/blobdiff - src/w32console.c
Document Eldoc changes
[gnu-emacs] / src / w32console.c
index ec54f83129f4cd4c5b81333ed2de8ab0a7498eed..7fffabf38535aba61ab6865dc097246b5edceeea 100644 (file)
@@ -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"));
-
 }