From 1da053e87f0487382404656edca98b85fe51f2fd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 13 May 2024 16:44:50 -0600 Subject: [PATCH] [aat] Remove unused template parameter --- src/hb-aat-layout-common.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-aat-layout-common.hh b/src/hb-aat-layout-common.hh index e0cfb078e..b9fe63a25 100644 --- a/src/hb-aat-layout-common.hh +++ b/src/hb-aat-layout-common.hh @@ -937,7 +937,7 @@ struct StateTableDriver machine.new_state (entry.newState) == StateTableT::STATE_START_OF_TEXT; } - template + template void drive (context_t *c, hb_aat_apply_context_t *ac) { hb_buffer_t *buffer = ac->buffer;