Plugin rtom_allsessions_vol: remove unused fields

These fields were never used.

Thanks, Matt Merhar!
This commit is contained in:
Lars Kruse 2021-08-08 15:08:18 +02:00
parent 9c8415ef7e
commit 49b4197670
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ if ( $ARGV[0] and $ARGV[0] eq "config" ) {
print "default.label total\n";
print "default.draw LINE2\n";
print "default.info all torrents\n";
print "hashing.graph no\n";
print "seeding.graph no\n";
print "active.graph no\n";
exit 0;
}