comparison src/gui_w32.c @ 9181:07bc9dc5b3c9 v7.4.1874

commit https://github.com/vim/vim/commit/ae3f33040ba752e7f6b722d2fe2b2ebeeb8c56b4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 2 15:49:36 2016 +0200 patch 7.4.1874 Problem: Unused variable in Win32 code. Solution: Remove it. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Thu, 02 Jun 2016 16:00:10 +0200
parents 5e18efdad322
children bb86514cad15
comparison
equal deleted inserted replaced
9180:3015b50926e4 9181:07bc9dc5b3c9
2048 * or FAIL otherwise. 2048 * or FAIL otherwise.
2049 */ 2049 */
2050 int 2050 int
2051 gui_mch_wait_for_chars(int wtime) 2051 gui_mch_wait_for_chars(int wtime)
2052 { 2052 {
2053 MSG msg;
2054 int focus; 2053 int focus;
2055 2054
2056 s_timed_out = FALSE; 2055 s_timed_out = FALSE;
2057 2056
2058 if (wtime > 0) 2057 if (wtime > 0)