mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
Remove unused state_type
This commit is contained in:
parent
eb19071d84
commit
8a70ef3e8f
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ pub struct StatusBar {
|
||||||
impl StatusBar {
|
impl StatusBar {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
// state_type: PhantomData,
|
|
||||||
left_tools: None,
|
left_tools: None,
|
||||||
right_tools: None,
|
right_tools: None,
|
||||||
bottom_tools: None,
|
bottom_tools: None,
|
||||||
|
|
Loading…
Reference in a new issue