mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-06 14:05:05 +00:00
[aat] Remove unused template parameter
This commit is contained in:
parent
e2f1e38768
commit
1da053e87f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue