marshaller-list: Remove unused marshallers
[pspp] / src / ui / gui / var-display.h
index a3592f62747b86cc0895e82eb4e5f66420aef995..f70e1facfb7d4c03e3292568bb0e09cc7e66974d 100644 (file)
@@ -26,6 +26,6 @@ struct variable;
 
 #define n_ALIGNMENTS 3
 
-gchar *missing_values_to_string (const PsppireDict *dict, const struct variable *pv, GError **err);
+gchar *missing_values_to_string (const struct variable *pv, GError **err);
 
 #endif