Remove unused parameter
This commit is contained in:
parent
34e7af684b
commit
98f51a5a2e
3 changed files with 6 additions and 10 deletions
|
|
@ -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,
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue