diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 2 |
1 files changed, 0 insertions, 2 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 } |