Enable the value_labels popup dialog
[pspp] / src / ui / gui / psppire-dialog-action-indep-samps.c
index a1fed40abff9148844c7e4c6e8e9ee733b6d9d79..de0d373be97e9a0e32bb64fbb4c6dc9661ec67b1 100644 (file)
@@ -353,9 +353,6 @@ psppire_dialog_action_indep_samps_activate (PsppireDialogAction *a)
                    G_CALLBACK (on_grp_var_change), act);
 
   on_grp_var_change (GTK_ENTRY (act->group_var_entry), act);
-
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_indep_samps_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_indep_samps_parent_class)->activate (pda);
 }