diff --git a/crates/epaint/src/tessellator.rs b/crates/epaint/src/tessellator.rs index 925524f2f93..c753b7374df 100644 --- a/crates/epaint/src/tessellator.rs +++ b/crates/epaint/src/tessellator.rs @@ -1205,8 +1205,6 @@ impl Tessellator { /// * `shape`: the shape to tessellate. /// * `out`: triangles are appended to this. pub fn tessellate_shape(&mut self, shape: Shape, out: &mut Mesh) { - crate::profile_function!(); - match shape { Shape::Noop => {} Shape::Vec(vec) => {