summaryrefslogtreecommitdiff
path: root/FS/FS/UI
diff options
context:
space:
mode:
authorivan <ivan>2007-04-19 23:34:15 +0000
committerivan <ivan>2007-04-19 23:34:15 +0000
commitc44d4eaf34f4fc6c5fd82a6cacb0ac12ef26a82b (patch)
tree9c098b19cd6d1173d89a4a4df000927968d1f26d /FS/FS/UI
parent1748e50c012a65ecb729f15e09169f5d8122a3b1 (diff)
not needed here anymore, bytecount stuff moved to its own module
Diffstat (limited to 'FS/FS/UI')
-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 682dc31..7699a7d 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);