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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user