mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
Drop unused argument
This commit is contained in:
parent
5b44d8d0bb
commit
5b7427b762
1 changed files with 0 additions and 2 deletions
|
@ -151,7 +151,6 @@ fn run_event_loop() -> Result<(), Box<dyn Error>> {
|
|||
} => {
|
||||
if let Some(virtual_keycode) = input.virtual_keycode {
|
||||
handle_keydown(
|
||||
&mut text_state,
|
||||
input.state,
|
||||
virtual_keycode,
|
||||
keyboard_modifiers,
|
||||
|
@ -226,7 +225,6 @@ fn run_event_loop() -> Result<(), Box<dyn Error>> {
|
|||
}
|
||||
|
||||
fn handle_keydown(
|
||||
text_state: &mut String,
|
||||
elem_state: ElementState,
|
||||
virtual_keycode: VirtualKeyCode,
|
||||
_modifiers: ModifiersState,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue