commit | 78a1531005adc6bfe435ee2b9207864688bea7e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 15 19:33:18 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 15 19:33:18 2009 +0000 |
tree | c0f3a65c5bc4a285124b518dabb080c311968ea3 | |
parent | 0c094b9d7f8a031e2cb495551ecc13e34cfa5818 [diff] [blame] |
updated for version 7.2-174
diff --git a/src/misc1.c b/src/misc1.c index 100baa2..47a2274 100644 --- a/src/misc1.c +++ b/src/misc1.c
@@ -2188,12 +2188,11 @@ * * return FAIL for failure, OK otherwise */ -/*ARGSUSED*/ int del_bytes(count, fixpos_arg, use_delcombine) long count; int fixpos_arg; - int use_delcombine; /* 'delcombine' option applies */ + int use_delcombine UNUSED; /* 'delcombine' option applies */ { char_u *oldp, *newp; colnr_T oldlen;