X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.c;h=cde9d92b8f186a29525a00b24fb55e09b3707771;hb=65d602ed236d685ffec00ad1552a193cf47b2e4d;hp=bbaf47e763c590ff3c7091ffd9819ae5c5ea2cb0;hpb=8a6611e7e3bbba8be61cd35f8701f50d6e255e44;p=pspp diff --git a/src/ui/gui/helper.c b/src/ui/gui/helper.c index bbaf47e763..cde9d92b8f 100644 --- a/src/ui/gui/helper.c +++ b/src/ui/gui/helper.c @@ -230,12 +230,3 @@ paste_syntax_to_window (gchar *syntax) return syntax; } - - -/* gtk_box_pack_start_defaults is deprecated. - Therefore we roll our own until a better solution is found */ -void -psppire_box_pack_start_defaults (GtkBox *box, GtkWidget *widget) -{ - gtk_box_pack_start (box, widget, TRUE, TRUE, 0); -}