commit | 9e2fa4bb9eb40a78a1ae1f67a4064651b5ce0aac | [log] [tgz] |
---|---|---|
author | gmntroll <gmantrolllol@gmail.com> | Sat Aug 07 22:35:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 22:35:52 2021 +0200 |
tree | f8f62e2eae314dfd1c6348bb11200c982f2a78f5 | |
parent | e525bdda3aa29f0ffcb18d8d16903ebafc2b5881 [diff] [blame] |
patch 8.2.3313: unused code in win_exchange() and frame_remove() Problem: Unused code in win_exchange() and frame_remove(). Solution: Remove the code. (closes #8728)
diff --git a/src/version.c b/src/version.c index a6e2f1e..db75af7 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3313, +/**/ 3312, /**/ 3311,