mirror of
https://github.com/neovim/neovim.git
synced 2024-12-26 06:05:06 -07:00
Remove unused function cmdline_overstrike.
This commit is contained in:
parent
f42c5402bb
commit
487a66029c
@ -1978,14 +1978,6 @@ redraw:
|
||||
return (char_u *)line_ga.ga_data;
|
||||
}
|
||||
|
||||
/*
|
||||
* 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.
|
||||
*/
|
||||
|
@ -11,7 +11,6 @@ int curbuf_locked(void);
|
||||
int allbuf_locked(void);
|
||||
char_u *getexline(int c, void *cookie, int indent);
|
||||
char_u *getexmodeline(int promptc, void *cookie, int indent);
|
||||
int cmdline_overstrike(void);
|
||||
int cmdline_at_end(void);
|
||||
void free_cmdline_buf(void);
|
||||
void putcmdline(int c, int shift);
|
||||
|
Loading…
Reference in New Issue
Block a user