summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-06-02 15:49:36 +0200
committerBram Moolenaar <Bram@vim.org>2016-06-02 15:49:36 +0200
commitae3f33040ba752e7f6b722d2fe2b2ebeeb8c56b4 (patch)
treea2feceb3d1273c28d3d4cb6d99ac1794f10b5d2c /src/gui_w32.c
parent4231da403e3c879dd6ac261e51f4ca60813935e3 (diff)
patch 7.4.1874v7.4.1874
Problem: Unused variable in Win32 code. Solution: Remove it. (Mike Williams)
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 82ca7de5d8..2c665cb46d 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -2050,7 +2050,6 @@ remove_any_timer(void)
int
gui_mch_wait_for_chars(int wtime)
{
- MSG msg;
int focus;
s_timed_out = FALSE;