From 49b4197670594715984344520e6e88a304a0a444 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Sun, 8 Aug 2021 15:08:18 +0200 Subject: [PATCH] Plugin rtom_allsessions_vol: remove unused fields These fields were never used. Thanks, Matt Merhar! --- plugins/rtorrent/rtom_allsessions_vol | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/rtorrent/rtom_allsessions_vol b/plugins/rtorrent/rtom_allsessions_vol index 5fce5eac..3d504943 100755 --- a/plugins/rtorrent/rtom_allsessions_vol +++ b/plugins/rtorrent/rtom_allsessions_vol @@ -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; }