diff options
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) |