remove unreachable cruft

This commit is contained in:
Fred Drake 2004-11-10 15:54:46 +00:00
parent 9e927f1564
commit 179b39ab9e
1 changed files with 0 additions and 2 deletions

View File

@ -1726,8 +1726,6 @@ sub do_cmd_maketitle{
} }
$the_title .= "\n</div>"; $the_title .= "\n</div>";
return $the_title . $_; return $the_title . $_;
$the_title .= "\n</center></div>";
return $the_title . $_ ;
} }