gui: Drop 'dict' parameter from text_to_value().
[pspp-builds.git] / src / ui / gui / helper.h
index e7fb62572d1c20baa11038a38979276aef6f04ad..78cd22cfbec2e164e72b358b74fbaa67b267a349 100644 (file)
@@ -55,7 +55,6 @@ gchar * value_to_text (union value v, const PsppireDict *dict, struct fmt_spec f
 
 union value *
 text_to_value (const gchar *text,
-              const PsppireDict *dict,
               const struct variable *var,
               union value *);