Remove deprecated objects GtkAction and GtkUIManager
[pspp] / src / ui / gui / psppire-dialog-action-select.c
index 29e88ecc824576ac59f635f69338dd5ae62b8762..37451876ab50e256ace5b37624a481a6fb8b4936 100644 (file)
@@ -360,8 +360,6 @@ psppire_dialog_action_select_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda,
                                        dialog_state_valid);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_select_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_select_parent_class)->activate (pda);
 }