]> 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)
committerRune Zedeler <rune@lilypond.org>
Fri, 22 Dec 2006 21:53:40 +0000 (22:53 +0100)
lily/key-signature-interface.cc

index d54caed82c5c602a986c60753a45cb83d9ad8b6d..8b45adb2c85fea569f963c5a44ee83a4e3a53ed6 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"));