Skip to content

Commit

Permalink
Remove commented out function
Browse files Browse the repository at this point in the history
  • Loading branch information
happybeing committed Sep 25, 2020
1 parent 8092945 commit 02b68d3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ impl Events {
}
}

// pub async fn next(&self) -> Option<Event<Key>> {
// self.rx.recv().await
// }

pub fn disable_exit_key(&mut self) {
self.ignore_exit_key.store(true, Ordering::Relaxed);
}
Expand Down

0 comments on commit 02b68d3

Please sign in to comment.