Remove xterm_save

This commit is contained in:
John Schmidt
2014-03-18 17:23:33 +01:00
committed by Thiago de Arruda
parent 866584542b
commit 5ff29e00a5
3 changed files with 0 additions and 13 deletions

View File

@@ -197,11 +197,6 @@ static char *(features[]) = {
"-xsmp",
"-xterm_clipboard",
#endif // if defined(UNIX) || defined(VMS)
#ifdef FEAT_XTERM_SAVE
"+xterm_save",
#else // ifdef FEAT_XTERM_SAVE
"-xterm_save",
#endif // ifdef FEAT_XTERM_SAVE
NULL
};