aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2024-05-13 16:44:50 -0600
committerBehdad Esfahbod <behdad@behdad.org>2024-05-13 16:44:50 -0600
commit1da053e87f0487382404656edca98b85fe51f2fd (patch)
treee8d707e346ea6142cf75e2a4d160c05780b7aa84
parente2f1e3876826cd774152c11d3bd8c931dbbe8890 (diff)
downloadharfbuzz_ng-upstream-main.tar.gz
[aat] Remove unused template parameterupstream-main
-rw-r--r--src/hb-aat-layout-common.hh2
1 files changed, 1 insertions, 1 deletions
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 <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;