diff --git a/kitty/glfw.c b/kitty/glfw.c index 88d022b88..0873b9271 100644 --- a/kitty/glfw.c +++ b/kitty/glfw.c @@ -465,7 +465,6 @@ static int on_application_reopen(int has_visible_windows) { if (has_visible_windows) return true; set_cocoa_pending_action(NEW_OS_WINDOW, NULL); - // Without unjam wait_for_events() blocks until the next event return false; }