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 6743b1a993..4a32d77d8c 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -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; |