]> git.donarmstrong.com Git - lilypond.git/commitdiff
removed comment
authorRune Zedeler <rune@lilypond.org>
Fri, 22 Dec 2006 21:53:40 +0000 (22:53 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 24 Dec 2006 15:34:18 +0000 (16:34 +0100)
lily/key-signature-interface.cc

index 84b6e055456e6891c8713f4178ff9d77c21ff2c6..11f67b27f2ebad7d3aca9c9fc9e1f18ffea0f48e 100644 (file)
@@ -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"));