]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stem-tremolo.cc
*** empty log message ***
[lilypond.git] / lily / stem-tremolo.cc
index 4eae91b91f8a0aff0a7ae34f1ed76e15f5168a81..abee9361b67b35e404bb1b3345b625c1df390ad6 100644 (file)
@@ -141,10 +141,6 @@ Stem_tremolo::print (SCM grob)
   // ugh, rather calc from Stem_tremolo_req
   int beam_count = (beam) ? (Stem::beam_multiplicity (stem).length () + 1): 0;
 
-  /*
-    TODO.
-   */
-
 
   Real beamthickness = 0.0;
   SCM sbt = (beam) ? beam->get_property ("thickness") : SCM_EOL ;