summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-12-26 20:52:31 +0100
committerCarlos Soriano <csoriano@gnome.org>2015-12-26 20:52:31 +0100
commit79b6d4898339a38ecb67696a110a5b0374521291 (patch)
treed8046344c8de30eb58da159d7b1b114b91918d42
parent26d8688cb4992bed6c17213d8832f3137fa24c22 (diff)
downloadgtk+-79b6d4898339a38ecb67696a110a5b0374521291.tar.gz
gtkframe: remove unused variable
And fix the compiler warning
-rw-r--r--gtk/gtkframe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkframe.c b/gtk/gtkframe.c
index b83317869a..da96b8f6c5 100644
--- a/gtk/gtkframe.c
+++ b/gtk/gtkframe.c
@@ -871,7 +871,6 @@ gtk_frame_real_compute_child_allocation (GtkFrame *frame,
GtkAllocation *child_allocation)
{
GtkFramePrivate *priv = frame->priv;
- GtkWidget *widget = GTK_WIDGET (frame);
GtkAllocation allocation;
gint border_width, height;