Removed mch_input_isatty

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

View File

@@ -182,16 +182,6 @@ void mch_init()
event_init();
}
/*
* Return TRUE if the input comes from a terminal, FALSE otherwise.
*/
int mch_input_isatty()
{
if (isatty(read_cmd_fd))
return TRUE;
return FALSE;
}
static int get_x11_title(int test_only)
{
return FALSE;