aboutsummaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index c37965098d..e0659c9f87 100644
--- a/src/main.h
+++ b/src/main.h
@@ -26,7 +26,5 @@ int F_isalpha(int c);
int F_isdigit(int c);
int F_ischar(int c);
void farsi_fkey(cmdarg_T *cap);
-int arabic_shape(int c, int *ccp, int *c1p, int prev_c, int prev_c1,
- int next_c);
/* vim: set ft=c : */
#endif /* NEOVIM_MAIN_H */