commit | c3172fe9e4d3ea7f705b5fc02fdb0c4ceb3df8b9 | [log] [tgz] |
---|---|---|
author | Sean Dewar <seandewar@users.noreply.github.com> | Sat Aug 19 13:23:50 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sat Aug 19 13:23:50 2023 +0200 |
tree | f85a2a68a52cc8a793f5064b3484a63686b61776 | |
parent | 04510566b10b5552d4ce8ba32e5422e755a239fb [diff] [blame] |
patch 9.0.1744: Dead code in open_cmdwin() Problem: Dead code in open_cmdwin() Solution: Remove it closes: #12839 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Sean Dewar <seandewar@users.noreply.github.com>
diff --git a/src/version.c b/src/version.c index 1ee8dd3..c41db31 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1744, +/**/ 1743, /**/ 1742,