Remove unused state_type

This commit is contained in:
Marshall Bowers 2023-10-26 15:45:08 +02:00
parent eb19071d84
commit 8a70ef3e8f

View file

@ -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,