Removed mch_check_win

This commit is contained in:
Pavel Platto
2014-04-16 09:00:41 +03:00
committed by Thiago de Arruda
parent 096eadbcbb
commit a848fad656
3 changed files with 3 additions and 16 deletions

View File

@@ -182,16 +182,6 @@ void mch_init()
event_init();
}
/*
* Check_win checks whether we have an interactive stdout.
*/
int mch_check_win(int argc, char **argv)
{
if (isatty(1))
return OK;
return FAIL;
}
/*
* Return TRUE if the input comes from a terminal, FALSE otherwise.
*/