Remove mzscheme

This commit is contained in:
John Schmidt
2014-03-18 17:08:04 +01:00
committed by Thiago de Arruda
parent 8074945788
commit 84b06b77bd
8 changed files with 0 additions and 21 deletions

View File

@@ -10375,10 +10375,6 @@ static void f_has(typval_T *argvars, typval_T *rettv)
#if defined(USE_ICONV) && defined(DYNAMIC_ICONV)
else if (STRICMP(name, "iconv") == 0)
n = iconv_enabled(FALSE);
#endif
#ifdef DYNAMIC_MZSCHEME
else if (STRICMP(name, "mzscheme") == 0)
n = mzscheme_enabled(FALSE);
#endif
else if (STRICMP(name, "syntax_items") == 0)
n = syntax_present(curwin);