diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 18:53:24 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:40:16 +0200 |
commit | 3a5f538cad15dec360dece77d201fc25f102a604 (patch) | |
tree | fa31b551afa2e980e2225fee7c6d0d71be7140d3 /src/buffer.h | |
parent | 7cb20fd1b09a5c263ca3aef57d87f09084fb7830 (diff) | |
download | rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.gz rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.bz2 rneovim-3a5f538cad15dec360dece77d201fc25f102a604.zip |
Remove undefined functions.
Diffstat (limited to 'src/buffer.h')
-rw-r--r-- | src/buffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h index d2d6ae1aa5..8c85d0363a 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -69,8 +69,6 @@ int buf_getsigntype(buf_T *buf, linenr_T lnum, int type); linenr_T buf_delsign(buf_T *buf, int id); int buf_findsign(buf_T *buf, int id); int buf_findsign_id(buf_T *buf, linenr_T lnum); -int buf_findsigntype_id(buf_T *buf, linenr_T lnum, int typenr); -int buf_signcount(buf_T *buf, linenr_T lnum); void buf_delete_signs(buf_T *buf); void buf_delete_all_signs(void); void sign_list_placed(buf_T *rbuf); |