diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-26 06:24:45 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-26 06:24:45 +0200 |
commit | 644044794ea55fdee8599ee1e861234216c20402 (patch) | |
tree | 9dfe2fa4bae0f9914f0d12f7a502aaffc1795c43 /src/os_win16.c | |
parent | 0eda7ac7f897433c9d346743bf38fcd291673070 (diff) | |
download | vim-git-644044794ea55fdee8599ee1e861234216c20402.tar.gz |
Various small fixes from Dominique Pelle.
Diffstat (limited to 'src/os_win16.c')
-rw-r--r-- | src/os_win16.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_win16.c b/src/os_win16.c index 1cf3ff8e9..ba3407241 100644 --- a/src/os_win16.c +++ b/src/os_win16.c @@ -193,8 +193,6 @@ mch_check_win( int argc, char **argv) { - int i; - return OK; /* GUI always has a tty */ } |