]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
www: remove footer_html support
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index 4bcab96f61469df0ff22a806f64741e12d1d281d..c07aaa9f7056509c16008ea1e301ba74e647a7d3 100644 (file)
@@ -64,16 +64,6 @@ sub cloneurl {
        $self->{cloneurl} = \@url;
 }
 
-# TODO: can we remove this?
-sub footer_html {
-       my ($self) = @_;
-       my $footer = $self->{footer};
-       return $footer if defined $footer;
-       $footer = try_cat("$self->{mainrepo}/public-inbox/footer.html");
-       chomp $footer;
-       $self->{footer} = $footer;
-}
-
 sub base_url {
        my ($self, $prq) = @_; # Plack::Request
        if (defined $prq) {