diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-06-02 15:49:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-06-02 15:49:36 +0200 |
commit | ae3f33040ba752e7f6b722d2fe2b2ebeeb8c56b4 (patch) | |
tree | a2feceb3d1273c28d3d4cb6d99ac1794f10b5d2c /src/gui_w32.c | |
parent | 4231da403e3c879dd6ac261e51f4ca60813935e3 (diff) | |
download | vim-git-ae3f33040ba752e7f6b722d2fe2b2ebeeb8c56b4.tar.gz |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c index 82ca7de5d..2c665cb46 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; |