summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-29 16:30:38 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-12-29 16:30:38 +0900
commita6a97ad4421c746e61ce98f3f014877fe8e38e95 (patch)
tree9ab67b403ded5202e09c27e82b5229ef5a761611
parent21aef5b77fa89a0c62cb72ce16ee579d3aaec624 (diff)
downloadgtk+-a6a97ad4421c746e61ce98f3f014877fe8e38e95.tar.gz
Fixed unused variable in GtkCheckButton.
-rw-r--r--gtk/gtkcheckbutton.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c
index 11e7c181b6..893fcecd73 100644
--- a/gtk/gtkcheckbutton.c
+++ b/gtk/gtkcheckbutton.c
@@ -331,7 +331,6 @@ gtk_check_button_size_allocate (GtkWidget *widget,
child = gtk_bin_get_child (GTK_BIN (button));
if (child && gtk_widget_get_visible (child))
{
- GtkRequisition child_requisition;
guint border_width = gtk_container_get_border_width (GTK_CONTAINER (widget));
child_allocation.width = allocation->width -