summaryrefslogtreecommitdiffstats
path: root/src/tab.h
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.h
parent9f90be1048327b22c21e8d701bed48826f2c0e57 (diff)
downloadmarquee-c9e07b9be501ef1d88d64dfbfc17b799f027e220.zip
marquee-c9e07b9be501ef1d88d64dfbfc17b799f027e220.tar.gz
marquee-c9e07b9be501ef1d88d64dfbfc17b799f027e220.tar.bz2
MqTab: Really drop MqTabChrome
Diffstat (limited to 'src/tab.h')
-rw-r--r--src/tab.h2
1 files changed, 0 insertions, 2 deletions
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;