diff --git a/helix-view/src/tree.rs b/helix-view/src/tree.rs index dd07d76d..9d31a33e 100644 --- a/helix-view/src/tree.rs +++ b/helix-view/src/tree.rs @@ -9,7 +9,7 @@ pub struct Tree { // (container, index inside the container) current: (Key, usize), pub focus: Key, - fullscreen: bool, + // fullscreen: bool, area: Rect, nodes: HopSlotMap, @@ -73,7 +73,7 @@ impl Tree { root, current: (root, 0), focus: Key::default(), - fullscreen: false, + // fullscreen: false, area, nodes, stack: Vec::new(),