summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 00:38:54 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 00:38:54 (EDT)
commite4c228ac5b6c4743c65d05c59e6da73c1baeacea (patch)
treef45020a26192d9e6c28b97d95752fbb530f45481 /src/tab-chrome.h
parent30cd0c6825f204dd3bb20cf92fcf045f9044e9fd (diff)
downloadmarquee-e4c228ac5b6c4743c65d05c59e6da73c1baeacea.zip
marquee-e4c228ac5b6c4743c65d05c59e6da73c1baeacea.tar.gz
marquee-e4c228ac5b6c4743c65d05c59e6da73c1baeacea.tar.bz2
MqTabChrome: Remove back_forward_box struct member
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index 74fab47..b5e434a 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -35,7 +35,6 @@ struct MqTabChrome {
MqConfig *config;
MqTab *tab;
GtkWidget *container;
- GtkWidget *back_forward_box;
GtkWidget *stop_icon;
GtkWidget *reload_icon;
GtkToolItem *stop_reload_button;