Patch 8.2.4920 (after 8.2.4902)
Problem: MS-Windows GUI: unused variables.
Solution: Delete the variables. (John Marriott)
Files: src/gui_w32.c
*** ../vim-8.2.4919/src/gui_w32.c 2022-05-07 20:01:10.058731693 +0100
--- src/gui_w32.c 2022-05-08 22:36:06.019377185 +0100
***************
*** 4003,4012 ****
static int dialog_default_button = -1;
- // Intellimouse support
- static int mouse_scroll_lines = 0;
- static int mouse_scroll_chars = 0;
-
#ifdef FEAT_TOOLBAR
static void initialise_toolbar(void);
static void update_toolbar_size(void);
--- 4003,4008 ----
*** ../vim-8.2.4919/src/version.c 2022-05-08 22:32:55.207569849 +0100
--- src/version.c 2022-05-08 22:37:14.119314095 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4920,
/**/
--
hundred-and-one symptoms of being an internet addict:
142. You dream about creating the world's greatest web site.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220508213839.404551C0761%40moolenaar.net.