commit | b4086ffa32d97831f2d25a37f8c1340223dee5eb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 20:00:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 14 20:00:48 2019 +0200 |
tree | d5df055479aa74cff1843bbc29c301b6f1ebed4c | |
parent | a540f8aa3b2570f1d903b63413301ec3d48b27d5 [diff] [blame] |
patch 8.1.1528: popup_any_visible() is unused Problem: Popup_any_visible() is unused. Solution: Remove it.
diff --git a/src/version.c b/src/version.c index 1356fda..aa3986d 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1528, +/**/ 1527, /**/ 1526,