From: ivan Date: Thu, 19 Apr 2007 23:42:11 +0000 (+0000) Subject: not needed here anymore, bytecount stuff moved to its own module (backport) X-Git-Tag: freeside_1_7_3rc1~475 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=ac7aa5f4934b0a531c8516665b28ff9b17341f0e;p=freeside.git not needed here anymore, bytecount stuff moved to its own module (backport) --- 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);