aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/os_unix.c2
-rw-r--r--src/ui.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index b2f0df988b..ceb6a31386 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -177,8 +177,6 @@ void mch_suspend()
settmode(TMODE_RAW);
need_check_timestamps = TRUE;
did_check_timestamps = FALSE;
-#else
- suspend_shell();
#endif
}
diff --git a/src/ui.h b/src/ui.h
index 6701d8eb0e..8e05c02d1b 100644
--- a/src/ui.h
+++ b/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);