mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove undefined function suspend_shell.
This commit is contained in:
parent
3d9a3480dc
commit
68c12efed0
@ -177,8 +177,6 @@ void mch_suspend()
|
||||
settmode(TMODE_RAW);
|
||||
need_check_timestamps = TRUE;
|
||||
did_check_timestamps = FALSE;
|
||||
#else
|
||||
suspend_shell();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
1
src/ui.h
1
src/ui.h
@ -6,7 +6,6 @@ int ui_inchar(char_u *buf, int maxlen, long wtime, int tb_change_cnt);
|
||||
int ui_char_avail(void);
|
||||
void ui_delay(long msec, int ignoreinput);
|
||||
void ui_suspend(void);
|
||||
void suspend_shell(void);
|
||||
int ui_get_shellsize(void);
|
||||
void ui_set_shellsize(int mustset);
|
||||
void ui_breakcheck(void);
|
||||
|
Loading…
Reference in New Issue
Block a user