commit | 728a05c4ab605ae96e906cdf704031ff298d1f89 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 08 22:37:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 22:37:45 2022 +0100 |
tree | 70ab9379d7e0fb26eef4c76e284eab2b168db8c3 | |
parent | 7c824682d2028432ee082703ef0ab399867a089b [diff] [blame] |
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/version.c b/src/version.c index c4f5655..fe62555 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4920, +/**/ 4919, /**/ 4918,