aboutsummaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/globals.h b/src/globals.h
index 68ee584655..960e828532 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -1139,9 +1139,4 @@ EXTERN int curr_tmode INIT(= TMODE_COOK); /* contains current terminal mode */
/* volatile because it is used in signal handler deathtrap(). */
EXTERN volatile bool in_mch_delay INIT(= false); /* sleeping in mch_delay() */
-/*
- * Optional Farsi support. Include it here, so EXTERN and INIT are defined.
- */
-# include "farsi.h"
-
#endif /* NEOVIM_GLOBALS_H */