diff --git a/src/main.rs b/src/main.rs index 37dec24..fa3a881 100644 --- a/src/main.rs +++ b/src/main.rs @@ -93,7 +93,6 @@ fn main() { fn global_hotkeys( keyboard: Res>, mut window: Query<&mut Window, With>, - mut app_exit_events: ResMut>, ) { if keyboard.just_pressed(KeyCode::Enter) && (keyboard.pressed(KeyCode::AltLeft) || keyboard.pressed(KeyCode::AltRight))