mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -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:
@@ -763,6 +763,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2253,
|
||||
/**/
|
||||
2252,
|
||||
/**/
|
||||
@@ -5419,8 +5421,6 @@ list_version(void)
|
||||
MSG_PUTS(_("\nMS-Windows 32-bit GUI version"));
|
||||
# endif
|
||||
# endif
|
||||
if (gui_is_win32s())
|
||||
MSG_PUTS(_(" in Win32s mode"));
|
||||
# ifdef FEAT_OLE
|
||||
MSG_PUTS(_(" with OLE support"));
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user