diff src/proto/gui_w32.pro @ 21361:75514c95b948 v8.2.1231

patch 8.2.1231: MS-Windows: GUI code can be cleaned up Commit: https://github.com/vim/vim/commit/945c857844b74866f90be20714aefc3149d2a991 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 17 22:17:03 2020 +0200 patch 8.2.1231: MS-Windows: GUI code can be cleaned up Problem: MS-Windows: GUI code can be cleaned up. Solution: Do a bit of cleaning up. (Ken Takata, closes https://github.com/vim/vim/issues/6465)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Jul 2020 22:30:04 +0200
parents fcccc29bd386
children e91b577be192
line wrap: on
line diff
--- a/src/proto/gui_w32.pro
+++ b/src/proto/gui_w32.pro
@@ -5,7 +5,6 @@ int gui_mch_is_blink_off(void);
 void gui_mch_set_blinking(long wait, long on, long off);
 void gui_mch_stop_blink(int may_call_gui_update_cursor);
 void gui_mch_start_blink(void);
-LRESULT WINAPI vim_WindowProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam);
 void gui_mch_new_colors(void);
 void gui_mch_def_colors(void);
 int gui_mch_open(void);