remove old parameters
[xmlrtorrent.git] / 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' => {},
 };