From 78c7e274f27c68bf86b0a68411b128c6945d1f6a Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 25 Aug 2016 23:19:29 +0200 Subject: patch 7.4.2253 Problem: Check for Windows 3.1 will always return false. (Christian Brabandt) Solution: Remove the dead code. --- src/ex_cmds.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ex_cmds.c') diff --git a/src/ex_cmds.c b/src/ex_cmds.c index d690f39a2..72d480cc9 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -1927,11 +1927,7 @@ write_viminfo(char_u *file, int forceit) #ifdef UNIX shortname, #else -# ifdef FEAT_GUI_W32 - gui_is_win32s(), -# else FALSE, -# endif #endif fname, #ifdef VMS -- cgit v1.2.1