Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
The coretext_aat shaper delegates to the regular coretext_..._ensure() functions, so coretext_aat_..._ensure() functions defined by these macros are unused. The compiler warns about them, which in turn can confuse people to think that the coretext_aat_..._ensure() functions weren't called by accident.
This commit is contained in:
parent
b758e5ea22
commit
a7f0e25daf
|
@ -1128,10 +1128,6 @@ fail:
|
||||||
* AAT shaper
|
* AAT shaper
|
||||||
*/
|
*/
|
||||||
|
|
||||||
HB_SHAPER_DATA_ENSURE_DECLARE(coretext_aat, face)
|
|
||||||
HB_SHAPER_DATA_ENSURE_DECLARE(coretext_aat, font)
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* shaper face data
|
* shaper face data
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue