summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/globals.h b/src/globals.h
index 6cc3be2158..82e663e9c6 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1450,9 +1450,7 @@ EXTERN char e_nogvim[] INIT(= N_("E25: GUI cannot be used: Not enabled at compil
#ifndef FEAT_RIGHTLEFT
EXTERN char e_nohebrew[] INIT(= N_("E26: Hebrew cannot be used: Not enabled at compile time\n"));
#endif
-#ifndef FEAT_FKMAP
-EXTERN char e_nofarsi[] INIT(= N_("E27: Farsi cannot be used: Not enabled at compile time\n"));
-#endif
+EXTERN char e_nofarsi[] INIT(= N_("E27: Farsi support has been removed\n"));
#ifndef FEAT_ARABIC
EXTERN char e_noarabic[] INIT(= N_("E800: Arabic cannot be used: Not enabled at compile time\n"));
#endif
@@ -1656,13 +1654,6 @@ EXTERN int text_prop_frozen INIT(= 0);
#endif
/*
- * Optional Farsi support. Include it here, so EXTERN and INIT are defined.
- */
-#ifdef FEAT_FKMAP
-# include "farsi.h"
-#endif
-
-/*
* Optional Arabic support. Include it here, so EXTERN and INIT are defined.
*/
#ifdef FEAT_ARABIC