Skip to content

Commit f6c56f6

Browse files
authored
style(comment): remove outdated
1 parent 7377877 commit f6c56f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

zellij-server/src/tab/pane_grid.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ impl<'a> PaneGrid<'a> {
6161
// TODO: find out by how much we actually reduced and only reduce by that much
6262
if self.can_increase_pane_and_surroundings_right(pane_id, RESIZE_PERCENT) {
6363
self.increase_pane_and_surroundings_right(pane_id, RESIZE_PERCENT);
64-
// TODO: CONTINUE HERE - fix these to self.panes.clone() - then fix the rest of the
65-
// functions to match, those functions that break out of the RC (eg. return panes) make
66-
// return pane ids and handle them in function, a little work, but eh - we'll get
67-
// through it!
6864
let mut pane_resizer = PaneResizer::new(self.panes.clone());
6965
let _ = pane_resizer.layout(Direction::Horizontal, self.display_area.cols);
7066
} else if self.can_reduce_pane_and_surroundings_right(pane_id, RESIZE_PERCENT) {

0 commit comments

Comments
 (0)