diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index d95e81bf35..6743b1a993 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -183,16 +183,6 @@ void mch_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. */ int mch_input_isatty() |