diff options
author | Pavel Platto <hinidu@gmail.com> | 2014-04-16 09:00:41 +0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-20 10:37:52 -0300 |
commit | a848fad656505c44983b606d7b484869b33dac56 (patch) | |
tree | 0ed8b834e6b6e2b55ea1a2b4875be167a1c77f43 /src/os_unix.h | |
parent | 096eadbcbb224e9d0febacfad571a9c25934f151 (diff) | |
download | rneovim-a848fad656505c44983b606d7b484869b33dac56.tar.gz rneovim-a848fad656505c44983b606d7b484869b33dac56.tar.bz2 rneovim-a848fad656505c44983b606d7b484869b33dac56.zip |
Removed mch_check_win
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 8bd1105721..88a895e670 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_check_win(int argc, char **argv); int mch_input_isatty(void); int mch_can_restore_title(void); int mch_can_restore_icon(void); |