remove old parameters
authorChristian Garbs <mitch@cgarbs.de>
Sun, 28 Dec 2008 11:31:23 +0000 (12:31 +0100)
committerRalf Ertzinger <sun@lain.camperquake.de>
Sun, 28 Dec 2008 21:21:58 +0000 (22:21 +0100)
they have moved to the Talker modules

xmlrtorrent.pl

index 7d9e290..53dd4e6 100644 (file)
@@ -26,9 +26,6 @@ my $rtorrent;
 my @outputstack = (undef);
 
 my $PARAMS = {
-    'XMLURL' => 'http://localhost/RPC2',
-    'USERNAME' => '',
-    'PASSWORD' => '',
     '_QUEUE' => {},
 };