X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b6fd15a8dc44f9b09d5a2bce766cda14b87c6e13..ca4c56b46b808d2e13fbd8001036377a424c97ea:/SL/Layout/Dispatcher.pm diff --git a/SL/Layout/Dispatcher.pm b/SL/Layout/Dispatcher.pm index ea14319d8..89c950b18 100644 --- a/SL/Layout/Dispatcher.pm +++ b/SL/Layout/Dispatcher.pm @@ -2,7 +2,6 @@ package SL::Layout::Dispatcher; use strict; -use SL::Menu; use SL::Layout::Admin; use SL::Layout::Login; use SL::Layout::Classic; @@ -10,8 +9,6 @@ use SL::Layout::V3; use SL::Layout::V4; use SL::Layout::Javascript; -my %menu_cache; - sub new { my ($class, %params) = @_;