From d0f1011e869717484e94cda4e922071b5f82ec32 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 21 Sep 2017 23:57:34 -0400 Subject: MqTabChrome: Drop saving of tab image and label --- (limited to 'src/tab-chrome.c') diff --git a/src/tab-chrome.c b/src/tab-chrome.c index e205ae4..71eb431 100644 --- a/src/tab-chrome.c +++ b/src/tab-chrome.c @@ -450,15 +450,12 @@ navigation_toolbar_new(MqTabChrome *chrome, gchar *uri) } MqTabChrome * -mq_tab_chrome_new(gchar *uri, GtkWidget *tab_image, GtkWidget *tab_label) +mq_tab_chrome_new(gchar *uri) { MqTabChrome *chrome; chrome = malloc(sizeof(*chrome)); - chrome->tab_image = tab_image; - chrome->tab_label = tab_label; - chrome->container = gtk_grid_new(); gtk_grid_attach(GTK_GRID(chrome->container), navigation_toolbar_new(chrome, uri), 0, 0, 1, 1); -- cgit v0.9.1