diff --git a/crates/egui/src/context.rs b/crates/egui/src/context.rs index 44c807b0..e0459485 100644 --- a/crates/egui/src/context.rs +++ b/crates/egui/src/context.rs @@ -3505,7 +3505,6 @@ impl Context { /// The loaders of bytes, images, and textures. pub fn loaders(&self) -> Arc { - profiling::function_scope!(); self.read(|this| this.loaders.clone()) } }