mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
Remove unnecessary profiling scope
This commit is contained in:
@@ -3505,7 +3505,6 @@ impl Context {
|
|||||||
|
|
||||||
/// The loaders of bytes, images, and textures.
|
/// The loaders of bytes, images, and textures.
|
||||||
pub fn loaders(&self) -> Arc<Loaders> {
|
pub fn loaders(&self) -> Arc<Loaders> {
|
||||||
profiling::function_scope!();
|
|
||||||
self.read(|this| this.loaders.clone())
|
self.read(|this| this.loaders.clone())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user