From 8a70ef3e8f560c02f3bb92552c55acce95ec7c7d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 26 Oct 2023 15:45:08 +0200 Subject: [PATCH] Remove unused `state_type` --- crates/ui2/src/components/status_bar.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ui2/src/components/status_bar.rs b/crates/ui2/src/components/status_bar.rs index e2fcfe9e0240c8f6665cc71468332f50457034d4..a23040193f9b4e37e255a259040d5c43be2d4767 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,