Merge branch 'remove_obsolete_comment' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal 2019-11-24 08:09:14 +05:30
commit f987f3ba77
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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;
}