]> git.decadent.org.uk Git - memories.git/blobdiff - Tagtools.pm
Who's the idiot now, then?
[memories.git] / Tagtools.pm
index 371c056bb4a7ed1e4592e38c997bdef02d778621..f161c475b4e9bcf9edd4090cfe1ffbfd697d0078 100644 (file)
@@ -33,7 +33,6 @@ sub import {
         $cloud
     };
     *{$whence."::_calendar"} = sub {
-        my $self = shift;
         my $arg = shift;
         my ($y, $m) = split /-/, ($arg || Time::Piece->new->ymd);
         my @m = Calendar::Simple::calendar($m, $y);