]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove unneccessary commented code
authorReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 15:13:13 +0000 (17:13 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Mon, 7 Jul 2008 15:13:13 +0000 (17:13 +0200)
lilypond-texi2html.init

index 1bddcbd893080a7b6bc9c6f168b642009d781296..aa67e655bf164af4e50b93acea2ad5d7e8fdb7f2 100644 (file)
@@ -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;