From f570c772967084a23458ebae70a48cb827bfd7b0 Mon Sep 17 00:00:00 2001 From: Christian Garbs Date: Sun, 28 Dec 2008 12:31:23 +0100 Subject: [PATCH] remove old parameters they have moved to the Talker modules --- xmlrtorrent.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/xmlrtorrent.pl b/xmlrtorrent.pl index 7d9e290..53dd4e6 100644 --- a/xmlrtorrent.pl +++ b/xmlrtorrent.pl @@ -26,9 +26,6 @@ my $rtorrent; my @outputstack = (undef); my $PARAMS = { - 'XMLURL' => 'http://localhost/RPC2', - 'USERNAME' => '', - 'PASSWORD' => '', '_QUEUE' => {}, }; -- 1.8.3.1