diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-12-31 22:09:56 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-12-31 22:09:56 +0100 |
commit | 3d631cb0b34b03c7bdf45ad852d3644c7cf62743 (patch) | |
tree | c712d8e24cf189d03c6bd1c3061339a79a96c8fc /src/popupmnu.c | |
parent | a355652ea5b0c1633e8126ad9af2d970e05f4e1a (diff) | |
download | vim-git-3d631cb0b34b03c7bdf45ad852d3644c7cf62743.tar.gz |
patch 8.1.0670: macro for popup menu width is unusedv8.1.0670
Problem: Macro for popup menu width is unused.
Solution: Remove it. (Hirohito Higashi)
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r-- | src/popupmnu.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |