summaryrefslogtreecommitdiffstats
path: root/src/tab.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 04:09:36 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 04:09:36 (EDT)
commitc9e07b9be501ef1d88d64dfbfc17b799f027e220 (patch)
treeae4831446d49cd6e200343ae7e7669b43277f4a6 /src/tab.c
parent9f90be1048327b22c21e8d701bed48826f2c0e57 (diff)
downloadmarquee-c9e07b9be501ef1d88d64dfbfc17b799f027e220.zip
marquee-c9e07b9be501ef1d88d64dfbfc17b799f027e220.tar.gz
marquee-c9e07b9be501ef1d88d64dfbfc17b799f027e220.tar.bz2
MqTab: Really drop MqTabChrome
Diffstat (limited to 'src/tab.c')
-rw-r--r--src/tab.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tab.c b/src/tab.c
index c100785..5aa7960 100644
--- a/src/tab.c
+++ b/src/tab.c
@@ -451,9 +451,6 @@ init_non_root(const gchar *uri, MqTab *source)
navigation_toolbar = mq_navigation_toolbar_new(tab->window->config, tab,
MQ_FIND_TOOLBAR(find_toolbar), MQ_WEB_VIEW(tab->web_view), uri);
- tab->chrome = mq_tab_chrome_new(tab, MQ_FIND_TOOLBAR(find_toolbar),
- MQ_WEB_VIEW(tab->web_view), uri);
-
tab->container = gtk_box_new(GTK_ORIENTATION_VERTICAL, 0);
gtk_box_pack_start(GTK_BOX(tab->container),
navigation_toolbar, FALSE, FALSE, 0);