Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaultier committed Oct 11, 2024
1 parent 4d8fcb6 commit b99e569
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions oryx-tui/src/filter/direction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ impl TrafficDirectionFilter {
self.selected_direction.clear();
}

// pub fn is_ingress_loaded(&self) -> bool {
// self.applied_direction.contains(&TrafficDirection::Ingress)
// }

// pub fn is_egress_loaded(&self) -> bool {
// self.applied_direction.contains(&TrafficDirection::Egress)
// }

pub fn render(&mut self, frame: &mut Frame, block: Rect, is_focused: bool) {
let layout = Layout::default()
.direction(Direction::Horizontal)
Expand Down

0 comments on commit b99e569

Please sign in to comment.