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
}