Prepare for git repository
[spider.git] / perl / Mrtg.pm
index e9ded9e623140ef575d1da22efd859ab2689891d..25527a8bbb2a94cd4c51a0e2e5d31507f22ef997 100644 (file)
@@ -14,12 +14,6 @@ use DXDebug;
 use DXUtil;
 use strict;
 
-use vars qw($VERSION $BRANCH);
-$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ );
-$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/  || (0,0));
-$main::build += $VERSION;
-$main::branch += $BRANCH;
-
 sub new
 {
        my $pkg = shift;
@@ -72,7 +66,7 @@ sub data
 sub cfgprint
 {
        my ($self, $name, $options, $max, $title, $legend, $iname, $oname) = @_;
-       my $opt = join ', ', @$options, qw(withzeroes gauge growright nopercent integer);
+       my $opt = join ', ', @$options, qw(withzeroes growright nopercent integer);
 
        $self->{mc}->print(<<"EOF");