0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 7.4.2253

Problem:    Check for Windows 3.1 will always return false.  (Christian
            Brabandt)
Solution:   Remove the dead code.
This commit is contained in:
Bram Moolenaar
2016-08-25 23:19:29 +02:00
parent 424d74bb20
commit 78c7e274f2
7 changed files with 3 additions and 32 deletions

View File

@@ -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.