diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 19:29:56 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:41:06 +0200 |
commit | bdcb258192fed62ccef36c6841968a4b1a566da4 (patch) | |
tree | 46bf7c8cb795362843e0362757a7a9ed9e99d7c0 /src | |
parent | 9f1e4868750426f778bc79abc72e9dcb2077bd86 (diff) | |
download | rneovim-bdcb258192fed62ccef36c6841968a4b1a566da4.tar.gz rneovim-bdcb258192fed62ccef36c6841968a4b1a566da4.tar.bz2 rneovim-bdcb258192fed62ccef36c6841968a4b1a566da4.zip |
Remove undefined function adjust_clip_reg.
Diffstat (limited to 'src')
-rw-r--r-- | src/ops.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -26,7 +26,6 @@ int do_execreg(int regname, int colon, int addcr, int silent); int insert_reg(int regname, int literally); int get_spec_reg(int regname, char_u **argp, int *allocated, int errmsg); int cmdline_paste_reg(int regname, int literally, int remcr); -void adjust_clip_reg(int *rp); int op_delete(oparg_T *oap); int op_replace(oparg_T *oap, int c); void op_tilde(oparg_T *oap); |