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

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