From 9f4330f0a05469e16ce9138783dbd2589fa19b0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 22 May 2017 18:40:29 +0200 Subject: [PATCH] no more generic MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- framework/config-global.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/config-global.php b/framework/config-global.php index 303029d5..ad84b428 100644 --- a/framework/config-global.php +++ b/framework/config-global.php @@ -417,9 +417,6 @@ $cfg->setConfigEntry('list_group_class', 'CoreFramework\Lists\Group\ListGroupLis // CFG: DEFAULT-ITERATOR-CLASS $cfg->setConfigEntry('default_iterator_class', 'CoreFramework\Iterator\DefaultIterator'); -// CFG: ACTIVE-TASK-VISITOR-CLASS -$cfg->setConfigEntry('active_task_visitor_class', 'CoreFramework\Visitor\Task\Active\ActiveTaskVisitor'); - // CFG: IDLE-TASK-CLASS $cfg->setConfigEntry('idle_task_class', 'CoreFramework\Task\IdleLoop\IdleLoopTask'); -- 2.30.2