Remove undefined function suspend_shell.

This commit is contained in:
Thomas Wienecke 2014-04-10 19:07:04 +02:00
parent 3d9a3480dc
commit 68c12efed0
2 changed files with 0 additions and 3 deletions

View File

@ -177,8 +177,6 @@ void mch_suspend()
settmode(TMODE_RAW);
need_check_timestamps = TRUE;
did_check_timestamps = FALSE;
#else
suspend_shell();
#endif
}

View File

@ -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);