Remove obsolete comment

In bef9490fa8, `unjam_event_loop()` was removed but not the corresponding comment.
This commit is contained in:
Luflosi 2019-11-23 17:51:38 +01:00
parent 29155fef23
commit 1c16806efd
No known key found for this signature in database
GPG key ID: 4E41E29EDCC345D0

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