summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2012-06-23 11:12:26 +0200
committerPaul Buetow <paul@buetow.org>2012-06-23 11:12:26 +0200
commit92b1dd6f4b4e8892e7dc483de1a8a22d597f946d (patch)
tree3238d1434b2764a77d9e88330d6a2032d86620dd
parent33bf4dfb13fabf0440807e37e92e4ca9281a9f13 (diff)
cleanup obsolete stuff
-rw-r--r--lib/Loadbars/Config.pm6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Loadbars/Config.pm b/lib/Loadbars/Config.pm
index 2c91739..9e1ad12 100644
--- a/lib/Loadbars/Config.pm
+++ b/lib/Loadbars/Config.pm
@@ -6,12 +6,6 @@ use warnings;
use Loadbars::Utils;
use Loadbars::Shared;
-use Exporter;
-
-use base 'Exporter';
-
-our @EXPORT = qw ( %C %I );
-
sub read () {
return unless -f Loadbars::Constants->CONFFILE;