Remove deprecated objects GtkAction and GtkUIManager
[pspp] / src / ui / gui / psppire-dialog-action-oneway.c
index f552a32148d43fc47bceea9b45cb94bfe0ee66c8..d82ce27c313f8f3f3a7b0a8e88d68e4c0d5580fc 100644 (file)
@@ -273,8 +273,6 @@ psppire_dialog_action_oneway_activate (PsppireDialogAction *a)
   psppire_dialog_action_set_valid_predicate (pda, dialog_state_valid);
   psppire_dialog_action_set_refresh (pda, refresh);
 
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_oneway_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_oneway_parent_class)->activate (pda);
 }
 
 static void