Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / factor-dialog.c
index fb09cc237759eca594066742a7b8cad7c8dda83f..2b27bad157a7aecfc0bf2fe3beb0fc70822c894d 100644 (file)
@@ -200,7 +200,7 @@ on_extract_toggle (GtkToggleButton *button, struct factor *f)
 
 /* Pops up the Factor dialog box */
 void
-factor_dialog (GObject *o, gpointer data)
+factor_dialog (gpointer data)
 {
   struct factor fd;
   gint response;