diff --git a/crates/ui2/src/components/status_bar.rs b/crates/ui2/src/components/status_bar.rs index e2fcfe9e02..a23040193f 100644 --- a/crates/ui2/src/components/status_bar.rs +++ b/crates/ui2/src/components/status_bar.rs @@ -39,7 +39,6 @@ pub struct StatusBar { impl StatusBar { pub fn new() -> Self { Self { - // state_type: PhantomData, left_tools: None, right_tools: None, bottom_tools: None,