Remove xpm

This commit is contained in:
John Schmidt 2014-03-18 17:19:45 +01:00 committed by Thiago de Arruda
parent 8731d44996
commit 866584542b
2 changed files with 0 additions and 6 deletions

View File

@ -10339,11 +10339,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
"windows",
"winaltkeys",
"writebackup",
#ifdef FEAT_XPM_W32
"xpm",
"xpm_w32", /* for backward compatibility */
#else
#endif
#ifdef FEAT_XTERM_SAVE
"xterm_save",
#endif

View File

@ -202,7 +202,6 @@ static char *(features[]) = {
#else // ifdef FEAT_XTERM_SAVE
"-xterm_save",
#endif // ifdef FEAT_XTERM_SAVE
"-xpm",
NULL
};