Remove unncessary property assignments
[pspp] / src / ui / gui / psppire-dialog-action-means.c
index 1ec9fccffb51e20cef5c28a53e1e2f4e0ba24771..64d0f32876502f342b6ff10c43f23993dbf32641 100644 (file)
@@ -110,7 +110,6 @@ psppire_dialog_action_means_activate (GtkAction *a)
   act->variables = get_widget_assert   (xml, "stat-variables");
 
   g_object_set (pda->source,
-               "model", pda->dict,
                "predicate", var_is_numeric,
                NULL);