From 9950ae8d49d692f698dfafd544748df2bced6d7d Mon Sep 17 00:00:00 2001 From: Micha White Date: Fri, 21 Oct 2022 20:10:15 -0400 Subject: Changed up some dependencies --- alligator_render/src/renderer.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alligator_render/src/renderer.rs') diff --git a/alligator_render/src/renderer.rs b/alligator_render/src/renderer.rs index 9f4aad1..064ff31 100644 --- a/alligator_render/src/renderer.rs +++ b/alligator_render/src/renderer.rs @@ -130,10 +130,6 @@ impl Renderer { // TODO make it possible to use without a window (ie, use a bitmap in memory as a surface) // TODO this function needs to be smaller pub fn new(config: &RenderWindowConfig) -> Result { - #[cfg(feature = "profile-with-tracy")] - profiling::tracy_client::Client::start(); - profiling::register_thread!("main"); - // build the window let event_loop = EventLoop::new(); let window = config.to_window().build(&event_loop)?; -- cgit v1.2.3