Remove HASH from matching priorities
We deprecated FC_HASH, so doesn't make sense to sort on it.
This commit is contained in:
parent
5674b8a663
commit
bb27d6969c
|
@ -293,7 +293,6 @@ typedef enum _FcMatcherPriorityDummy {
|
|||
PRI_ ## n ## _WEAK = PRI_ ## n
|
||||
|
||||
typedef enum _FcMatcherPriority {
|
||||
PRI1(HASH),
|
||||
PRI1(FILE),
|
||||
PRI1(FONTFORMAT),
|
||||
PRI1(SCALABLE),
|
||||
|
|
Loading…
Reference in New Issue