- Remove unneeded subroutine
authorRalf Ertzinger <sun@ryoko-darknet.camperquake.de>
Thu, 23 Oct 2008 17:17:11 +0000 (19:17 +0200)
committerRalf Ertzinger <sun@ryoko-darknet.camperquake.de>
Thu, 23 Oct 2008 17:17:11 +0000 (19:17 +0200)
videosite/RedTubeGrabber.pm

index a67a755..2dda60c 100644 (file)
@@ -31,17 +31,6 @@ sub new {
     return $self;
 }
 
-sub check_cookie {
-
-    my $jar = shift;
-    my $key = shift;
-    my $found = undef;
-
-    $jar->scan(sub { $found = 1 if ( $key eq $_[1]) });
-
-    return $found;
-}
-
 sub div($$) {
     return ($_[0] - ($_[0] % $_[1])) / $_[1];
 }