aboutsummaryrefslogtreecommitdiff
path: root/src/arabic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arabic.c')
-rw-r--r--src/arabic.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arabic.c b/src/arabic.c
index c72ed306a5..54f88f8757 100644
--- a/src/arabic.c
+++ b/src/arabic.c
@@ -1363,12 +1363,6 @@ static int half_shape(int c)
return 0;
}
-/// Whether c belongs to the range of Arabic characters that might be shaped.
-int arabic_char(int c)
-{
- return c >= a_HAMZA && c <= a_MINI_ALEF;
-}
-
/*
* Do Arabic shaping on character "c". Returns the shaped character.
* out: "ccp" points to the first byte of the character to be shaped.