]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
treewide: ditch inbox->recent method
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index acd7f33843a7654b6895f70bfbd1ea9bdd441dea..8ac7eb302a0c6ed9ef7b9b97f53888bcc115d866 100644 (file)
@@ -351,11 +351,6 @@ sub msg_by_mid ($$) {
        $smsg ? msg_by_smsg($self, $smsg) : msg_by_path($self, mid2path($mid));
 }
 
-sub recent {
-       my ($self, $opts, $after, $before) = @_;
-       $self->over->recent($opts, $after, $before);
-}
-
 sub modified {
        my ($self) = @_;
        if (my $over = $self->over) {