summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-13 02:33:46 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-13 02:33:46 (EDT)
commit45e10b6706a683d7541ed227a306e0336eed2dd6 (patch)
tree0bc1b6b4d834464ff59260444aa3a68d2a95cee0 /src/tab-chrome.h
parent3d395133aeed47b08c6f8baecb71c64b2ffa173d (diff)
downloadmarquee-45e10b6706a683d7541ed227a306e0336eed2dd6.zip
marquee-45e10b6706a683d7541ed227a306e0336eed2dd6.tar.gz
marquee-45e10b6706a683d7541ed227a306e0336eed2dd6.tar.bz2
MqTabChrome: Use MqStopReloadButton
Diffstat (limited to 'src/tab-chrome.h')
-rw-r--r--src/tab-chrome.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tab-chrome.h b/src/tab-chrome.h
index e8293ea..fdff7bd 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -35,9 +35,6 @@ struct MqTabChrome {
MqConfig *config;
MqTab *tab;
GtkWidget *container;
- GtkWidget *stop_icon;
- GtkWidget *reload_icon;
- GtkToolItem *stop_reload_button;
MqFindToolbar *find_toolbar;
MqWebView *web_view;
};