diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-06-12 22:15:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-06-12 22:15:31 +0200 |
commit | 5055c56cfbedc6326c607d40c7a1241682f7675e (patch) | |
tree | d6c48637de428fbe90281d4b1394a78d2d36fc2f /src/proto | |
parent | 37d1673ce007c46ec2338f3236ae1b7b0324bd25 (diff) | |
download | vim-git-5055c56cfbedc6326c607d40c7a1241682f7675e.tar.gz |
patch 8.2.0965: has_funcundefined() is not usedv8.2.0965
Problem: Has_funcundefined() is not used.
Solution: Delete the function. (Dominique Pellé, closes #6242)
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/autocmd.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/autocmd.pro b/src/proto/autocmd.pro index 7aa1de656..65a63526a 100644 --- a/src/proto/autocmd.pro +++ b/src/proto/autocmd.pro @@ -23,7 +23,6 @@ int has_textchangedI(void); int has_textchangedP(void); int has_insertcharpre(void); int has_cmdundefined(void); -int has_funcundefined(void); int has_textyankpost(void); int has_completechanged(void); void block_autocmds(void); |