From bb27d6969ce0ef1244e73f9c6232f91bce60dad7 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 6 Jul 2014 18:10:44 -0400 Subject: [PATCH] Remove HASH from matching priorities We deprecated FC_HASH, so doesn't make sense to sort on it. --- src/fcmatch.c | 1 - 1 file changed, 1 deletion(-) 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),