From: Reinhold Kainhofer Date: Mon, 7 Jul 2008 15:13:13 +0000 (+0200) Subject: Remove unneccessary commented code X-Git-Tag: release/2.11.58-1~32^2~130 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=98717e07a8c5e95743508966fbefafef354cfc85;p=lilypond.git Remove unneccessary commented code --- diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index 1bddcbd893..aa67e655bf 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -1,6 +1,5 @@ #!/usr/bin/env perl -# { package Texi2HTML::Config; my $lastfilename; @@ -79,10 +78,6 @@ sub split_at_numbered_sections($$$) my $docu_name = shift; my $docu_ext = $Texi2HTML::Config::EXTENSION; -# if ($$element{number} eq "1.1") { -# print_element_info ($element); -# } - # TOC, footer, about etc. are called with undefined $element and $type == "toc"|"stoc"|"foot"|"about" if ($type eq "toc" or $type eq "stoc" or $type eq "foot" or $type eq "about") { return;