aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJuanma Barranquero2012-09-23 19:33:16 +0200
committerJuanma Barranquero2012-09-23 19:33:16 +0200
commit2c3ee0ad12e4d516ba2661ffd3ff8b356c7bff4f (patch)
tree1433dce64b2c5b7514d702ea1cbf7a057640260b /src/w32term.c
parent62a1d6614e574e4c1f2789515a8db0abebd837b4 (diff)
downloademacs-2c3ee0ad12e4d516ba2661ffd3ff8b356c7bff4f.tar.gz
emacs-2c3ee0ad12e4d516ba2661ffd3ff8b356c7bff4f.zip
src/w32term.c (w32_read_socket): Remove reference to deleted variable.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/w32term.c b/src/w32term.c
index feefea77684..f5424a4d5f1 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -4157,7 +4157,6 @@ w32_read_socket (struct terminal *terminal,
4157 struct w32_display_info *dpyinfo = &one_w32_display_info; 4157 struct w32_display_info *dpyinfo = &one_w32_display_info;
4158 Mouse_HLInfo *hlinfo = &dpyinfo->mouse_highlight; 4158 Mouse_HLInfo *hlinfo = &dpyinfo->mouse_highlight;
4159 4159
4160 interrupt_input_pending = 0;
4161 block_input (); 4160 block_input ();
4162 4161
4163 /* So people can tell when we have read the available input. */ 4162 /* So people can tell when we have read the available input. */