summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2014-07-06 18:10:44 -0400
committerBehdad Esfahbod <behdad@behdad.org>2014-07-06 18:10:49 -0400
commitbb27d6969ce0ef1244e73f9c6232f91bce60dad7 (patch)
tree69edc9fd09305114ccc74c3bf4f566052efd9efa
parent5674b8a66354d657559c37e9d168bfbf48b931a8 (diff)
Remove HASH from matching priorities
We deprecated FC_HASH, so doesn't make sense to sort on it.
-rw-r--r--src/fcmatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fcmatch.c b/src/fcmatch.c
index 5e02431e..ce0d18d5 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),