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 {