psppire-dialog-action-varinfo: Make dialog use output engine.
[pspp] / src / ui / gui / var-display.c
index db0020f4f426729160a6ab665e408b7da677239c..f779f4b1c15cca22d08b54e694506a6c373ccb99 100644 (file)
@@ -17,7 +17,7 @@ static const gchar none[] = N_("None");
 
 
 gchar *
-missing_values_to_string (const PsppireDict *dict, const struct variable *pv, GError **err)
+missing_values_to_string (const struct variable *pv, GError **err)
 {
   gchar *s;
   const struct missing_values *miss = var_get_missing_values (pv);