summaryrefslogtreecommitdiffstats
path: root/src/os_win16.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-06-26 06:24:45 +0200
committerBram Moolenaar <Bram@vim.org>2010-06-26 06:24:45 +0200
commit644044794ea55fdee8599ee1e861234216c20402 (patch)
tree9dfe2fa4bae0f9914f0d12f7a502aaffc1795c43 /src/os_win16.c
parent0eda7ac7f897433c9d346743bf38fcd291673070 (diff)
Various small fixes from Dominique Pelle.
Diffstat (limited to 'src/os_win16.c')
-rw-r--r--src/os_win16.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_win16.c b/src/os_win16.c
index 1cf3ff8e93..ba3407241e 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 */
}