Remove unused GObject pointer from dialog functions and update signal connect functio...
[pspp-builds.git] / src / ui / gui / weight-cases-dialog.c
index 956451b13702fe2097a0a4f05c416a8d4201dffb..c2c5823319dddad9643065bcd01b8b05c796fded 100644 (file)
@@ -102,7 +102,7 @@ static gchar * generate_syntax (const struct weight_cases_dialog *wcd);
 
 /* Pops up the Weight Cases dialog box */
 void
-weight_cases_dialog (GObject *o, gpointer data)
+weight_cases_dialog (gpointer data)
 {
   gint response;
   PsppireDataWindow *de = PSPPIRE_DATA_WINDOW (data);