Fix on_quote_combo_change callback
[pspp] / src / ui / gui / helper.c
index bbaf47e763c590ff3c7091ffd9819ae5c5ea2cb0..cde9d92b8f186a29525a00b24fb55e09b3707771 100644 (file)
@@ -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);
-}