]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
webkit2: Remove TODO not for download-started
authorJouni Malinen <j@w1.fi>
Sun, 16 Feb 2020 16:18:07 +0000 (18:18 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 16 Feb 2020 17:15:02 +0000 (19:15 +0200)
It does not look like this signal handler would be needed.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/utils/browser.c

index c6bb53ebebfe96c57caa6904dcdf85e35863050e..d0f2dbf31b73c820f990fd1818166a245846a589 100644 (file)
@@ -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);