[aat] Remove unused template parameter

This commit is contained in:
Behdad Esfahbod 2024-05-13 16:44:50 -06:00
parent e2f1e38768
commit 1da053e87f

View file

@ -937,7 +937,7 @@ struct StateTableDriver
machine.new_state (entry.newState) == StateTableT::STATE_START_OF_TEXT;
}
template <typename context_t, typename set_t = hb_set_digest_t>
template <typename context_t>
void drive (context_t *c, hb_aat_apply_context_t *ac)
{
hb_buffer_t *buffer = ac->buffer;