changeset 28792:a4f439f4df0b v8.2.4920

patch 8.2.4920: MS-Windows GUI: unused variables Commit: https://github.com/vim/vim/commit/728a05c4ab605ae96e906cdf704031ff298d1f89 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 8 22:37:45 2022 +0100 patch 8.2.4920: MS-Windows GUI: unused variables Problem: MS-Windows GUI: unused variables. Solution: Delete the variables. (John Marriott)
author Bram Moolenaar <Bram@vim.org>
date Sun, 08 May 2022 23:45:03 +0200
parents 4d35a70c3d5c
children 44b5b01e70c4
files src/gui_w32.c src/version.c
diffstat 2 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -4003,10 +4003,6 @@ static void get_dialog_font_metrics(void
 
 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);
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4920,
+/**/
     4919,
 /**/
     4918,