From: Erlend Aasland Date: Wed, 28 Nov 2007 13:47:50 +0000 (+0100) Subject: Remove old TODOs and ughs in lily/slur.cc X-Git-Tag: release/2.11.36-1~62^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5295e8b6cd80b6c2e274368371e71e9206365867;p=lilypond.git Remove old TODOs and ughs in lily/slur.cc --- diff --git a/lily/slur.cc b/lily/slur.cc index c37aa72ad9..a801281cd7 100644 --- a/lily/slur.cc +++ b/lily/slur.cc @@ -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))