From: ivan Date: Thu, 19 Apr 2007 23:34:15 +0000 (+0000) Subject: not needed here anymore, bytecount stuff moved to its own module X-Git-Tag: TRIXBOX_2_6~542 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=c44d4eaf34f4fc6c5fd82a6cacb0ac12ef26a82b;p=freeside.git not needed here anymore, bytecount stuff moved to its own module --- diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 682dc31c5..7699a7d54 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -3,7 +3,6 @@ package FS::UI::Web; use strict; use vars qw($DEBUG @ISA @EXPORT_OK $me); use Exporter; -use Number::Format; use FS::Conf; use FS::Record qw(dbdef);