]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Hval.pm
wwwstream: prioritize search in top title bar
[public-inbox.git] / lib / PublicInbox / Hval.pm
index 70bae7c67db9bfc59e36779016e1842a3292a7ff..652aef3daee55ab926e31262e0b722b1efbe568e 100644 (file)
@@ -16,7 +16,6 @@ our @EXPORT_OK = qw/ascii_html/;
 # and screw up rendering on some browsers.  This is the only CSS style
 # feature we use.
 use constant STYLE => '<style>pre{white-space:pre-wrap}</style>';
-use constant PRE => "<pre\nstyle=\"white-space:pre-wrap\">"; # legacy
 
 my $enc_ascii = find_encoding('us-ascii');
 
@@ -32,7 +31,7 @@ sub new {
 }
 
 sub new_msgid {
-       my ($class, $msgid, $no_compress) = @_;
+       my ($class, $msgid) = @_;
        $msgid = mid_clean($msgid);
        $class->new($msgid, $msgid);
 }