diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-04-16 09:21:19 +0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-20 10:37:52 -0300 |
commit | aea2e2cb126bf92e729b88013fd03b55ee4b3399 (patch) | |
tree | 581420b130e9896eff3d8dc0d4ec4d9aa74ae183 /src/os_unix.h | |
parent | a848fad656505c44983b606d7b484869b33dac56 (diff) | |
download | rneovim-aea2e2cb126bf92e729b88013fd03b55ee4b3399.tar.gz rneovim-aea2e2cb126bf92e729b88013fd03b55ee4b3399.tar.bz2 rneovim-aea2e2cb126bf92e729b88013fd03b55ee4b3399.zip |
Removed mch_input_isatty
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 88a895e670..e3f5df887f 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -7,7 +7,6 @@ void mch_write(char_u *s, int len); void mch_suspend(void); void mch_init(void); -int mch_input_isatty(void); int mch_can_restore_title(void); int mch_can_restore_icon(void); void mch_settitle(char_u *title, char_u *icon); |