diff options
author | Akira TAGOH <akira@tagoh.org> | 2016-06-15 20:10:31 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2016-06-15 20:10:31 +0900 |
commit | add5f7329f2c54304c203e818f38867de3c1e292 (patch) | |
tree | fc1dc3bc53e5326a90df2a3a6c5f87e96137e13e | |
parent | 600110ee8c3e9bdd18cd5bc27555d1f1114e4880 (diff) |
Remove unused code
-rw-r--r-- | src/fcfreetype.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fcfreetype.c b/src/fcfreetype.c index d4c675a..b4d926d 100644 --- a/src/fcfreetype.c +++ b/src/fcfreetype.c @@ -2007,10 +2007,6 @@ static const FT_Encoding fcFontEncodings[] = { #define NUM_DECODE (int) (sizeof (fcFontEncodings) / sizeof (fcFontEncodings[0])) -static const FcChar32 prefer_unicode[] = { - 0x20ac, /* EURO SIGN */ -}; - #include "../fc-glyphname/fcglyphname.h" static FcChar32 |