Skip to content

Commit

Permalink
patch 8.2.4920: MS-Windows GUI: unused variables
Browse files Browse the repository at this point in the history
Problem:    MS-Windows GUI: unused variables.
Solution:   Delete the variables. (John Marriott)
  • Loading branch information
brammool committed May 8, 2022
1 parent 7c82468 commit 728a05c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui_w32.c
Expand Up @@ -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);
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -746,6 +746,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4920,
/**/
4919,
/**/
Expand Down

0 comments on commit 728a05c

Please sign in to comment.