From 1c16806efdc069492579140b084045b59998a660 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 23 Nov 2019 17:51:38 +0100 Subject: [PATCH] Remove obsolete comment In bef9490fa8d06a3f2b64a63912b06f7e05604aa8, `unjam_event_loop()` was removed but not the corresponding comment. --- kitty/glfw.c | 1 - 1 file changed, 1 deletion(-) 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; }