From 13152ecc34f354968f48f4b9a779b652aaec383a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 23 Jan 2017 16:41:47 +0100 Subject: [PATCH] IC: dispatcher wird nicht mehr gebraucht --- bin/mozilla/ic.pl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index 34915eaf9..022422b1c 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -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); -} -- 2.20.1