1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

Remove unnecessary profiling scope

This commit is contained in:
Emil Ernerfeldt
2025-01-28 19:50:05 +01:00
parent 93d2144294
commit 37c564be2c

View File

@@ -3505,7 +3505,6 @@ impl Context {
/// The loaders of bytes, images, and textures.
pub fn loaders(&self) -> Arc<Loaders> {
profiling::function_scope!();
self.read(|this| this.loaders.clone())
}
}