# HG changeset patch # User Bram Moolenaar # Date 1652046303 -7200 # Node ID a4f439f4df0b8d3e0a95bfe85492925ebcbe615f # Parent 4d35a70c3d5c09984416fa4fa56c975070500aad patch 8.2.4920: MS-Windows GUI: unused variables Commit: https://github.com/vim/vim/commit/728a05c4ab605ae96e906cdf704031ff298d1f89 Author: Bram Moolenaar 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) diff --git a/src/gui_w32.c b/src/gui_w32.c --- 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); diff --git a/src/version.c b/src/version.c --- 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,