diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-07-06 18:10:44 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2014-07-06 18:10:49 -0400 |
commit | bb27d6969ce0ef1244e73f9c6232f91bce60dad7 (patch) | |
tree | 69edc9fd09305114ccc74c3bf4f566052efd9efa | |
parent | 5674b8a66354d657559c37e9d168bfbf48b931a8 (diff) |
Remove HASH from matching priorities
We deprecated FC_HASH, so doesn't make sense to sort on it.
-rw-r--r-- | src/fcmatch.c | 1 |
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), |