Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / split-file-dialog.c
index cb226d9fffc095a1f23e7bf668efdca6015ac1bb..59160c7cf43aa15012f902de34d5148a46c64319 100644 (file)
@@ -164,7 +164,7 @@ refresh (PsppireDialog *dialog, struct split_file_dialog *d)
 
 /* Pops up the Split File dialog box */
 void
-split_file_dialog (GObject *o, gpointer data)
+split_file_dialog (gpointer data)
 {
   gint response;
   PsppireDataWindow *de = PSPPIRE_DATA_WINDOW (data);