Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Dec 20, 2024
1 parent b4383e9 commit 7ff684e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/viewer/re_ui/examples/re_ui_example/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 7ff684e

Please sign in to comment.