summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2007-04-19 23:42:11 +0000
committerivan <ivan>2007-04-19 23:42:11 +0000
commitac7aa5f4934b0a531c8516665b28ff9b17341f0e (patch)
tree34fe6dad2f147caebb378c0ba3e06fe27c00d460 /FS
parentc5cfd1c77320350ebba5bb1ace768bbbb70077a5 (diff)
not needed here anymore, bytecount stuff moved to its own module (backport)
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/UI/Web.pm1
1 files changed, 0 insertions, 1 deletions
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);