summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-09-20 22:42:25 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-09-21 15:50:06 -0500
commit0240ab8ae6524591fa034a74ddf9870e7150a5cf (patch)
treee64b955ba926d4c7eba6728ec222ad7d19ce7d03
parent9fea199cc6a86ca9feb5848a951dc2d3658f4316 (diff)
downloadepiphany-0240ab8ae6524591fa034a74ddf9870e7150a5cf.tar.gz
title-box: Remove now-unused member variable
-rw-r--r--lib/widgets/ephy-title-box.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/widgets/ephy-title-box.c b/lib/widgets/ephy-title-box.c
index b475d106d..135dcf496 100644
--- a/lib/widgets/ephy-title-box.c
+++ b/lib/widgets/ephy-title-box.c
@@ -33,8 +33,6 @@ struct _EphyTitleBox {
GtkWidget *lock_image;
GtkWidget *title;
GtkWidget *subtitle;
-
- GBinding *title_binding;
};
G_DEFINE_TYPE (EphyTitleBox, ephy_title_box, GTK_TYPE_EVENT_BOX)