]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove old TODOs and ughs in lily/slur.cc
authorErlend Aasland <erlend.aasland@mac.com>
Wed, 28 Nov 2007 13:47:50 +0000 (14:47 +0100)
committerErlend Aasland <erlend.aasland@mac.com>
Wed, 28 Nov 2007 13:47:50 +0000 (14:47 +0100)
lily/slur.cc

index c37aa72ad9b53a98cd6e395fa9e8b0da5e8ade96..a801281cd7e9feaa5fa28274c28216477f6f9e75 100644 (file)
@@ -98,9 +98,6 @@ Slur::height (SCM smob)
     : ly_interval2scm (Interval ());
 }
 
-/*
-  Ugh should have dash-length + dash-period
-*/
 MAKE_SCHEME_CALLBACK (Slur, print, 1);
 SCM
 Slur::print (SCM smob)
@@ -122,9 +119,6 @@ Slur::print (SCM smob)
   Bezier one = get_curve (me);
   Stencil a;
 
-  /*
-    TODO: replace dashed with generic property.
-  */
   SCM p = me->get_property ("dash-period");
   SCM f = me->get_property ("dash-fraction");
   if (scm_is_number (p) && scm_is_number (f))