src/w32term.c (w32_read_socket): Remove reference to deleted variable.
This commit is contained in:
parent
62a1d6614e
commit
2c3ee0ad12
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-09-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* w32term.c (w32_read_socket): Remove leftover reference to
|
||||
interrupt_input_pending.
|
||||
|
||||
2012-09-23 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Do not use SA_NODEFER.
|
||||
|
|
|
@ -4157,7 +4157,6 @@ w32_read_socket (struct terminal *terminal,
|
|||
struct w32_display_info *dpyinfo = &one_w32_display_info;
|
||||
Mouse_HLInfo *hlinfo = &dpyinfo->mouse_highlight;
|
||||
|
||||
interrupt_input_pending = 0;
|
||||
block_input ();
|
||||
|
||||
/* So people can tell when we have read the available input. */
|
||||
|
|
Loading…
Add table
Reference in a new issue