about summary refs log tree commit homepage
path: root/lib/PublicInbox/Inbox.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/Inbox.pm')
-rw-r--r--lib/PublicInbox/Inbox.pm10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm
index 4bcab96f..c07aaa9f 100644
--- a/lib/PublicInbox/Inbox.pm
+++ b/lib/PublicInbox/Inbox.pm
@@ -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) {