From c9e07b9be501ef1d88d64dfbfc17b799f027e220 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 13 Oct 2017 04:09:36 -0400 Subject: MqTab: Really drop MqTabChrome --- (limited to 'src') 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); diff --git a/src/tab.h b/src/tab.h index adc674e..3f9e81b 100644 --- a/src/tab.h +++ b/src/tab.h @@ -28,7 +28,6 @@ typedef struct MqTab MqTab; #include "application.h" #include "window.h" -#include "tab-chrome.h" #include "web-view.h" struct MqTab { @@ -43,7 +42,6 @@ struct MqTab { MqApplication *application; MqWindow *window; GtkWidget *container; - MqTabChrome *chrome; GtkWidget *tab; GtkWidget *tab_image; GtkWidget *tab_label; -- cgit v0.9.1