summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tab.c b/src/tab.c
index be3fa70..7681c40 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -210,7 +210,6 @@ mq_tab_new(gchar *uri)
tab->chrome = mq_tab_chrome_new(uri);
tab->body = mq_tab_body_new(uri);
tab->web_view = mq_tab_body_get_web_view(tab->body);
- /* FIXME: Doesn't work? */
g_signal_connect(tab->web_view, "notify::favicon",
G_CALLBACK(favicon_cb), tab);
g_signal_connect(tab->web_view, "notify::title",