From 87830b62c647fa515fc8d02edb054cc78d14fe2c Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 25 Feb 2025 17:59:24 -0700 Subject: [PATCH] [gvar] Remove unused method --- src/hb-ot-var-gvar-table.hh | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/hb-ot-var-gvar-table.hh b/src/hb-ot-var-gvar-table.hh index 2b7f5e1c8..87b0d4359 100644 --- a/src/hb-ot-var-gvar-table.hh +++ b/src/hb-ot-var-gvar-table.hh @@ -48,22 +48,6 @@ struct hb_glyf_scratch_t hb_vector_t private_indices; hb_vector_t axisIndices; hb_vector_t axisValues; - - void warm_up () - { - constexpr unsigned point_count = 64; - all_points.alloc (point_count); - orig_points_vec.alloc (point_count); - x_deltas.alloc (point_count); - y_deltas.alloc (point_count); - deltas_vec.alloc (point_count); - shared_indices.alloc (point_count); - private_indices.alloc (point_count); - - constexpr unsigned axis_count = 32; - axisIndices.alloc (axis_count); - axisValues.alloc (axis_count); - } }; namespace OT {