aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-04-10 19:07:04 +0200
committerThomas Wienecke <wienecke.t@gmail.com>2014-05-03 17:41:05 +0200
commit68c12efed0411ae53034ac0095bf11e09b4a5385 (patch)
treeff1908597338580f59412193220636ab802a0dc6 /src/os_unix.c
parent3d9a3480dcf0fa25eae560e60eb27991fc9c442c (diff)
downloadrneovim-68c12efed0411ae53034ac0095bf11e09b4a5385.tar.gz
rneovim-68c12efed0411ae53034ac0095bf11e09b4a5385.tar.bz2
rneovim-68c12efed0411ae53034ac0095bf11e09b4a5385.zip
Remove undefined function suspend_shell.
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
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
}