From f0f5583ce4d857bab7dc8b5922287fc14dbbf5ac Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Wed, 16 Jan 2013 22:43:58 +0000 Subject: Remove redundant call to gtk_box_set_child_packing(). svn path=/trunk/; revision=47128 --- ui/gtk/sctp_graph_dlg.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/gtk/sctp_graph_dlg.c') diff --git a/ui/gtk/sctp_graph_dlg.c b/ui/gtk/sctp_graph_dlg.c index 96ba1684da..9160e3a09e 100644 --- a/ui/gtk/sctp_graph_dlg.c +++ b/ui/gtk/sctp_graph_dlg.c @@ -1685,7 +1685,6 @@ init_sctp_graph_window(struct sctp_udata *u_data) gtk_container_set_border_width(GTK_CONTAINER(hbox), 10); gtk_button_box_set_layout(GTK_BUTTON_BOX (hbox), GTK_BUTTONBOX_SPREAD); gtk_box_set_spacing(GTK_BOX (hbox), 0); - gtk_box_set_child_packing(GTK_BOX(vbox), hbox, FALSE, FALSE, 0, GTK_PACK_START); gtk_widget_show(hbox); sack_bt = gtk_button_new_with_label ("Show Only Sacks"); gtk_box_pack_start(GTK_BOX(hbox), sack_bt, FALSE, FALSE, 0); -- cgit v1.2.1