Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / regression-dialog.c
index 53010c3ffdc47d342afb5adfc0e2cf025a349103..f4a88db7dfca59521ce19e24dbc7f8f369861c43 100644 (file)
@@ -222,7 +222,7 @@ dialog_state_valid (gpointer data)
 
 /* Pops up the Regression dialog box */
 void
-regression_dialog (GObject *o, gpointer data)
+regression_dialog (gpointer data)
 {
   gint response;
   struct regression_dialog rd;