Remove unused HB_SHAPER_DATA_ENSURE_DECLARE lines.
authorNico Weber <nicolasweber@gmx.de>
Wed, 30 Dec 2015 21:05:52 +0000 (16:05 -0500)
committerNico Weber <nicolasweber@gmx.de>
Wed, 30 Dec 2015 21:05:52 +0000 (16:05 -0500)
commita7f0e25dafa90bd21b01c38cb0782ade54b75cdc
tree03de1156a5b46f290dc29ace937e8ba8963c5769
parentb758e5ea223eced0fde9a3e62d0fdf04c04914a1
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.
src/hb-coretext.cc