Remove redundant "break"
[pspp] / src / ui / gui / psppire-dialog-action-two-sample.c
index 73df59234e0eebe5ac4577cd73fc9249b87e16af..f450efb369b6a10355385a38a303008fbd3dcd3e 100644 (file)
@@ -134,7 +134,7 @@ select_as_pair_member (GtkTreeIter source_iter,
 
 
 static gchar *
-generate_syntax (PsppireDialogAction *pda)
+generate_syntax (const PsppireDialogAction *pda)
 {
   gint i;
 
@@ -229,8 +229,6 @@ psppire_dialog_action_two_sample_activate (PsppireDialogAction *a)
                                    select_as_pair_member,
                                    act);
   
-  if (PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_two_sample_parent_class)->activate)
-    PSPPIRE_DIALOG_ACTION_CLASS (psppire_dialog_action_two_sample_parent_class)->activate (pda);
 }
 
 static void