mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 04:13:44 +00:00
Remove obsolete comment
In bef9490fa8, `unjam_event_loop()` was removed but not the corresponding comment.
This commit is contained in:
parent
29155fef23
commit
1c16806efd
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue