From: Rune Zedeler Date: Fri, 22 Dec 2006 21:53:40 +0000 (+0100) Subject: removed comment X-Git-Tag: release/2.10.5-1~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8b95290e07410b59b904334199cd305a31e4a522;p=lilypond.git removed comment --- diff --git a/lily/key-signature-interface.cc b/lily/key-signature-interface.cc index 84b6e05545..11f67b27f2 100644 --- a/lily/key-signature-interface.cc +++ b/lily/key-signature-interface.cc @@ -109,7 +109,6 @@ Key_signature_interface::print (SCM smob) if (scm_is_number (c0s)) c0p = scm_to_int (c0s); - /* Is this the correct way to determine this? -rz */ bool is_cancellation = me->internal_has_interface (ly_symbol2scm ("key-cancellation-interface"));