summaryrefslogtreecommitdiffstats
path: root/src/gui_w32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-25 23:19:29 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-25 23:19:29 +0200
commit78c7e274f27c68bf86b0a68411b128c6945d1f6a (patch)
tree1ac2c081619b2739978337846d72c6d5e88e9b28 /src/gui_w32.c
parent424d74bb20335940e938a5b4708fc0d6b73f0de3 (diff)
patch 7.4.2253v7.4.2253
Problem: Check for Windows 3.1 will always return false. (Christian Brabandt) Solution: Remove the dead code.
Diffstat (limited to 'src/gui_w32.c')
-rw-r--r--src/gui_w32.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gui_w32.c b/src/gui_w32.c
index 773454feff..0979d677e0 100644
--- a/src/gui_w32.c
+++ b/src/gui_w32.c
@@ -4533,15 +4533,6 @@ is_winnt_3(void)
|| (os_version.dwPlatformId == VER_PLATFORM_WIN32s));
}
-/*
- * Return TRUE when running under Win32s.
- */
- int
-gui_is_win32s(void)
-{
- return (os_version.dwPlatformId == VER_PLATFORM_WIN32s);
-}
-
#ifdef FEAT_MENU
/*
* Figure out how high the menu bar is at the moment.