gui: Simplify value_to_text() parameters.
[pspp-builds.git] / src / ui / gui / helper.h
index 78cd22cfbec2e164e72b358b74fbaa67b267a349..597fdd78b48171c68098950879b8379491815475 100644 (file)
@@ -48,9 +48,7 @@ null_if_empty_param (const gchar *name, const gchar *nick,
 }
 
 
-/* Formats a value according to FORMAT
-   The returned string must be freed when no longer required */
-gchar * value_to_text (union value v, const PsppireDict *dict, struct fmt_spec format);
+gchar * value_to_text (union value v, const struct variable *);
 
 
 union value *