From de0a8906f21299cfbdfd1dbe218a3a898e4390a6 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 16 Feb 2020 18:18:07 +0200 Subject: [PATCH] webkit2: Remove TODO not for download-started It does not look like this signal handler would be needed. Signed-off-by: Jouni Malinen --- src/utils/browser.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utils/browser.c b/src/utils/browser.c index c6bb53ebe..d0f2dbf31 100644 --- a/src/utils/browser.c +++ b/src/utils/browser.c @@ -302,10 +302,6 @@ int hs20_web_browser(const char *url, int ignore_tls) G_CALLBACK(view_cb_mouse_target_changed), &ctx); g_signal_connect(G_OBJECT(view), "notify::title", G_CALLBACK(view_cb_notify_title), &ctx); - /* TODO: Implement these? - g_signal_connect(G_OBJECT(view), "download-started", - G_CALLBACK(view_cb_download_requested), &ctx); - */ #else /* USE_WEBKIT2 */ g_signal_connect(G_OBJECT(view), "notify::load-status", G_CALLBACK(view_cb_notify_load_status), &ctx);