diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 19:34:10 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:41:06 +0200 |
commit | 487a66029c2143ac199b104a74d1273add52ba19 (patch) | |
tree | 4bff7bc41ab99e519ee0abe6a6c4eda138c56a7d /src/ex_getln.c | |
parent | f42c5402bb2d4b0649c5472117700eecd209c5bb (diff) | |
download | rneovim-487a66029c2143ac199b104a74d1273add52ba19.tar.gz rneovim-487a66029c2143ac199b104a74d1273add52ba19.tar.bz2 rneovim-487a66029c2143ac199b104a74d1273add52ba19.zip |
Remove unused function cmdline_overstrike.
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r-- | src/ex_getln.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c index 1c388f6ef2..5f2dec6312 100644 --- a/src/ex_getln.c +++ b/src/ex_getln.c @@ -1979,14 +1979,6 @@ redraw: } /* - * Return TRUE if ccline.overstrike is on. - */ -int cmdline_overstrike(void) -{ - return ccline.overstrike; -} - -/* * Return TRUE if the cursor is at the end of the cmdline. */ int cmdline_at_end(void) |