From: Jouni Malinen Date: Sun, 16 Feb 2020 16:18:07 +0000 (+0200) Subject: webkit2: Remove TODO not for download-started X-Git-Tag: hostap_2_10~1808 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de0a8906f21299cfbdfd1dbe218a3a898e4390a6;p=thirdparty%2Fhostap.git webkit2: Remove TODO not for download-started It does not look like this signal handler would be needed. Signed-off-by: Jouni Malinen --- 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);