Fixed unused variable in GtkCheckButton.

This commit is contained in:
Tristan Van Berkom 2010-12-29 16:30:38 +09:00
parent 21aef5b77f
commit a6a97ad442

View File

@ -331,7 +331,6 @@ gtk_check_button_size_allocate (GtkWidget *widget,
child = gtk_bin_get_child (GTK_BIN (button)); child = gtk_bin_get_child (GTK_BIN (button));
if (child && gtk_widget_get_visible (child)) if (child && gtk_widget_get_visible (child))
{ {
GtkRequisition child_requisition;
guint border_width = gtk_container_get_border_width (GTK_CONTAINER (widget)); guint border_width = gtk_container_get_border_width (GTK_CONTAINER (widget));
child_allocation.width = allocation->width - child_allocation.width = allocation->width -