lib/PublicInbox/View.pm | 5 ----- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index bd174b1f118edd7be32937f7bf87a5d1e56a17f2..bb3afda7f945e290d558b04f29d271c36c9aad1b 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -196,11 +196,6 @@ my $final_anchor = $state->{anchor_idx}; my $next = ""; $next .= $final_anchor == 1 ? 'only message in' : 'end of'; $next .= " thread, back to index"; - if ($flat) { - $next .= " [threaded|flat]"; - } else { - $next .= " [threaded|flat]"; - } $next .= "\ndownload thread: mbox.gz"; $next .= " / follow: Atom feed"; $cb->write("
" . PRE_WRAP . $next . "\n\n". $foot .