[Fontconfig] fontconfig: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Jul 6 15:11:25 PDT 2014
src/fcmatch.c | 1 -
1 file changed, 1 deletion(-)
New commits:
commit bb27d6969ce0ef1244e73f9c6232f91bce60dad7
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sun Jul 6 18:10:44 2014 -0400
Remove HASH from matching priorities
We deprecated FC_HASH, so doesn't make sense to sort on it.
diff --git a/src/fcmatch.c b/src/fcmatch.c
index 5e02431..ce0d18d 100644
--- a/src/fcmatch.c
+++ b/src/fcmatch.c
@@ -293,7 +293,6 @@ typedef enum _FcMatcherPriorityDummy {
PRI_ ## n ## _WEAK = PRI_ ## n
typedef enum _FcMatcherPriority {
- PRI1(HASH),
PRI1(FILE),
PRI1(FONTFORMAT),
PRI1(SCALABLE),
More information about the Fontconfig
mailing list