IC: dispatcher wird nicht mehr gebraucht
authorSven Schöling <s.schoeling@linet-services.de>
Mon, 23 Jan 2017 15:41:47 +0000 (16:41 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 26 Jan 2017 15:55:24 +0000 (16:55 +0100)
bin/mozilla/ic.pl

index 34915ea..022422b 100644 (file)
@@ -669,11 +669,3 @@ sub generate_report {
 }    #end generate_report
 
 sub continue { call_sub($form->{"nextsub"}); }
-
-sub dispatcher {
-  my $action = first { $::form->{"action_${_}"} } qw(add);
-  $::form->error($::locale->text('No action defined.')) unless $action;
-
-  $::form->{dispatched_action} = $action;
-  call_sub($action);
-}