From 7ff684eff06a8f5fc09aa5c64f6067490380c2cb Mon Sep 17 00:00:00 2001 From: jprochazk Date: Fri, 20 Dec 2024 13:47:00 +0100 Subject: [PATCH] remove dead code --- crates/viewer/re_ui/examples/re_ui_example/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/viewer/re_ui/examples/re_ui_example/main.rs b/crates/viewer/re_ui/examples/re_ui_example/main.rs index 4bc2ac6cd03f..e06e466b11d1 100644 --- a/crates/viewer/re_ui/examples/re_ui_example/main.rs +++ b/crates/viewer/re_ui/examples/re_ui_example/main.rs @@ -78,7 +78,6 @@ pub struct ExampleApp { /// modal with full span mode full_span_modal_handler: re_ui::modal::ModalHandler, - show_notification_panel: bool, show_left_panel: bool, show_right_panel: bool, show_bottom_panel: bool, @@ -112,7 +111,6 @@ impl ExampleApp { modal_handler: Default::default(), full_span_modal_handler: Default::default(), - show_notification_panel: false, show_left_panel: true, show_right_panel: true, show_bottom_panel: true,