summaryrefslogtreecommitdiffstats
path: root/src/tab-chrome.h
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-12 23:51:39 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-12 23:51:39 (EDT)
commit9740cb4f644bb49f4cd8f10d2d76e7a4ff7ce9a3 (patch)
treeabd3995fbdee3053a32b535deb2c70b338a2c4ad /src/tab-chrome.h
parent3962132f9f079897cafa444d9fde5d9eca4dacdf (diff)
downloadmarquee-9740cb4f644bb49f4cd8f10d2d76e7a4ff7ce9a3.zip
marquee-9740cb4f644bb49f4cd8f10d2d76e7a4ff7ce9a3.tar.gz
marquee-9740cb4f644bb49f4cd8f10d2d76e7a4ff7ce9a3.tar.bz2
MqTabChrome: Use MqMainMenu
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 54cd3c8..cc897f4 100644
--- a/src/tab-chrome.h
+++ b/src/tab-chrome.h
@@ -45,7 +45,6 @@ struct MqTabChrome {
MqWebView *web_view;
gboolean load_failed;
GtkToolItem *menu_button;
- GtkWidget *menu_popover;
gchar *hovered_link_uri;
};