diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-29 16:30:38 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-29 16:30:38 +0900 |
commit | a6a97ad4421c746e61ce98f3f014877fe8e38e95 (patch) | |
tree | 9ab67b403ded5202e09c27e82b5229ef5a761611 /gtk/gtkcheckbutton.c | |
parent | 21aef5b77fa89a0c62cb72ce16ee579d3aaec624 (diff) | |
download | gtk+-a6a97ad4421c746e61ce98f3f014877fe8e38e95.tar.gz |
Fixed unused variable in GtkCheckButton.
Diffstat (limited to 'gtk/gtkcheckbutton.c')
-rw-r--r-- | gtk/gtkcheckbutton.c | 1 |
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 - |