summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 4940fc8..cda67ad 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -26,9 +26,6 @@
#include <webkit2/webkit2.h>
typedef struct {
- GtkWidget *tab_image;
- GtkWidget *tab_label;
- guint tab_position;
GtkWidget *container;
GtkWidget *back_forward_box;
GtkWidget *back_button;
@@ -46,7 +43,7 @@ typedef struct {
} MqTabChrome;
MqTabChrome *
-mq_tab_chrome_new(gchar *uri, GtkWidget *tab_image, GtkWidget *tab_label);
+mq_tab_chrome_new(gchar *uri);
GtkWidget *
mq_tab_chrome_get_container(MqTabChrome *chrome);