From 4eb7c2eb2fa9fd720af65e7f149a1794efad352f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 7 Sep 2010 18:51:13 +0200 Subject: [PATCH] Reportgenerator braucht kein SL::Form. --- SL/ReportGenerator.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/ReportGenerator.pm b/SL/ReportGenerator.pm index e593a5e75..afae86333 100644 --- a/SL/ReportGenerator.pm +++ b/SL/ReportGenerator.pm @@ -7,8 +7,6 @@ use Text::CSV_XS; #use PDF::API2; # these two eat up to .75s on startup. only load them if we actually need them #use PDF::Table; -use SL::Form; - use strict; # Cause locales.pl to parse these files: -- 2.20.1