summaryrefslogtreecommitdiffstats
path: root/src/tab-page.c
diff options
context:
space:
mode:
authorPatrick McDermott <pj@pehjota.net>2017-10-29 22:18:01 (EDT)
committer Patrick McDermott <pj@pehjota.net>2017-10-29 22:18:01 (EDT)
commita905124b3ee7b0e285341acda9888965bd67325a (patch)
tree8c1a827ac27e967cc1a4922a8ce93713ef275994 /src/tab-page.c
parent88e7637e42da5bf29bc1b4f2b673641d18012055 (diff)
downloadmarquee-a905124b3ee7b0e285341acda9888965bd67325a.zip
marquee-a905124b3ee7b0e285341acda9888965bd67325a.tar.gz
marquee-a905124b3ee7b0e285341acda9888965bd67325a.tar.bz2
MqTabPage: Remove old unused struct member
Diffstat (limited to 'src/tab-page.c')
-rw-r--r--src/tab-page.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tab-page.c b/src/tab-page.c
index e6bb021..acbe58b 100644
--- a/src/tab-page.c
+++ b/src/tab-page.c
@@ -43,7 +43,6 @@ struct _MqTabPage {
guint position;
MqApplication *application;
guint64 id;
- GtkWidget *container;
GtkWidget *label;
const gchar *title;
WebKitWebView *web_view;