]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4920: MS-Windows GUI: unused variables v8.2.4920
authorBram Moolenaar <Bram@vim.org>
Sun, 8 May 2022 21:37:45 +0000 (22:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 May 2022 21:37:45 +0000 (22:37 +0100)
Problem:    MS-Windows GUI: unused variables.
Solution:   Delete the variables. (John Marriott)

src/gui_w32.c
src/version.c

index 3239da615fc4e6832da8f54dd94b3a5fdfe0c425..79afa7a2d9d5678e464a04d7840eed1ca0a1acd9 100644 (file)
@@ -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);
index c4f5655bf6c2cbfe23aa65e3e39765c2819bcd1b..fe6255520b7286b84db087fdb135c64ee19835d1 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4920,
 /**/
     4919,
 /**/