summaryrefslogtreecommitdiffstats
path: root/src/proto.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-16 15:10:30 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-16 15:10:30 +0100
commit14184a3133b9a6ee5f711d493c04e41ba4fa7c2f (patch)
tree2fefdfea751bfbfdbbec793f880073bd8387bb4f /src/proto.h
parent6902c0eb27a3e4479445badfef31443f2227fe60 (diff)
patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932
Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
Diffstat (limited to 'src/proto.h')
-rw-r--r--src/proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/proto.h b/src/proto.h
index 1ab5cf78c3..c19d155169 100644
--- a/src/proto.h
+++ b/src/proto.h
@@ -99,9 +99,6 @@ extern int _stricoll(char *a, char *b);
# ifdef FEAT_MENU
# include "menu.pro"
# endif
-# ifdef FEAT_FKMAP
-# include "farsi.pro"
-# endif
# ifdef FEAT_ARABIC
# include "arabic.pro"
# endif