From 3d631cb0b34b03c7bdf45ad852d3644c7cf62743 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 31 Dec 2018 22:09:56 +0100 Subject: [PATCH] patch 8.1.0670: macro for popup menu width is unused Problem: Macro for popup menu width is unused. Solution: Remove it. (Hirohito Higashi) --- src/popupmnu.c | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/popupmnu.c b/src/popupmnu.c index b0fe043ab..6ef0af92a 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -41,7 +41,6 @@ static int pum_do_redraw = FALSE; /* do redraw anyway */ static int pum_set_selected(int n, int repeat); #define PUM_DEF_HEIGHT 10 -#define PUM_DEF_WIDTH 15 static void pum_compute_size(void) diff --git a/src/version.c b/src/version.c index fe98bc45e..222624124 100644 --- a/src/version.c +++ b/src/version.c @@ -799,6 +799,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 670, /**/ 669, /**/ -- 2.40.0