gui: Fix configuring Unicode box characters.
[pspp] / src / ui / gui / helper.h
index e7fb62572d1c20baa11038a38979276aef6f04ad..597fdd78b48171c68098950879b8379491815475 100644 (file)
@@ -48,14 +48,11 @@ 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 *
 text_to_value (const gchar *text,
-              const PsppireDict *dict,
               const struct variable *var,
               union value *);