Patch #5676 (syntax string source).
[pspp-builds.git] / src / ui / gui / psppire-dict.c
index 40ddf501ade9d7ec801574ee074b39610a37058b..b4503125609fa8a941741f096c9f6f78b32f457d 100644 (file)
@@ -684,14 +684,6 @@ psppire_dict_rename_var (PsppireDict *dict, struct variable *v,
 }
 
 
-void
-psppire_dict_set_weight_variable (PsppireDict *dict, struct variable *v)
-{
-  g_return_if_fail (v == NULL || var_is_numeric (v));
-  dict_set_weight (dict->dict, v);
-}
-
-
 struct variable *
 psppire_dict_get_weight_variable (const PsppireDict *dict)
 {