Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / compute-dialog.c
index 8a98bb3dcac48d8158812d5f9b96bb7c4df6b687..4e0eb3714c48fc1acf3fb366fa2398fbae781194 100644 (file)
@@ -363,7 +363,7 @@ contents_plausible (gpointer data)
 
 /* Pops up the Compute dialog box */
 void
-compute_dialog (GObject *o, gpointer data)
+compute_dialog (gpointer data)
 {
   gint response;
   PsppireDataWindow *de = data;