Remove unused parameter

This commit is contained in:
Joscha 2022-07-20 17:36:39 +02:00
parent 34e7af684b
commit 98f51a5a2e
3 changed files with 6 additions and 10 deletions

View file

@ -291,7 +291,6 @@ impl EuphRoom {
pub async fn handle_key_event(
&mut self,
terminal: &mut Terminal,
size: Size,
crossterm_lock: &Arc<FairMutex<()>>,
event: KeyEvent,
) {