about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-05-18 02:27:07 +0000
committerEric Wong <e@80x24.org>2016-05-18 02:27:05 +0000
commit803af0b41639ce7f4976c7dca77367485473bb30 (patch)
tree7b5893ea86012afbe156d8fc2205fda87ba6f508 /lib/PublicInbox/View.pm
parent607ed1d281ef682239d6c3ecc70f9d5679a1f651 (diff)
downloadpublic-inbox-803af0b41639ce7f4976c7dca77367485473bb30.tar.gz
Remove unnecessary wrapper subroutines and constants
which are only used once.
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index 3fa7cfc2..2513cd0b 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -73,13 +73,6 @@ sub msg_reply {
         '</pre><hr /><pre>' . $footer .  '</pre></body></html>';
 }
 
-sub feed_entry {
-        my ($class, $mime) = @_;
-
-        # no <head> here for <style>...
-        PublicInbox::Hval::PRE . multipart_text_as_html($mime) . '</pre>';
-}
-
 sub in_reply_to {
         my ($hdr) = @_;
         my $irt = $hdr->header_raw('In-Reply-To');