diff options
author | John Wiegley <johnw@newartisans.com> | 2015-12-29 21:39:08 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-12-29 21:39:08 -0800 |
commit | ec0a80cc283badc7f7fd5ef78512dde6d34b1355 (patch) | |
tree | 7190e0fb3d4aa06018d8cf997f06b806fb09a9c8 /src/w32console.c | |
parent | d259328fb87db8cc67d52771efcfa653e52c5b71 (diff) | |
parent | e823c34072bf045800d91e12c7ddb61fa23c6e30 (diff) | |
download | emacs-25-merge.tar.gz |
Merge emacs-25 into master (using imerge)emacs-25-merge
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")); - } |