Remove *_BUILTIN_TCAPS & 'ttybuiltin'

'ttybuiltin' was removed and *_BUILTIN_TCAPS was made into dead code in
PR #1820.
This commit is contained in:
Michael Reed
2015-03-21 00:09:42 -04:00
parent 4bc62c76c7
commit eea804ab59
8 changed files with 5 additions and 65 deletions

View File

@@ -9867,12 +9867,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
#endif
"arabic",
"autocmd",
#if defined(SOME_BUILTIN_TCAPS) || defined(ALL_BUILTIN_TCAPS)
"builtin_terms",
# ifdef ALL_BUILTIN_TCAPS
"all_builtin_terms",
# endif
#endif
#if defined(FEAT_BROWSE) && (defined(USE_FILE_CHOOSER) \
|| defined(FEAT_GUI_W32) \
|| defined(FEAT_GUI_MOTIF))