X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-signature-interface.cc;fp=lily%2Fkey-signature-interface.cc;h=8b45adb2c85fea569f963c5a44ee83a4e3a53ed6;hb=b24c4d9d57c3e5c4f5c48c90484c690f2d02fcdf;hp=d54caed82c5c602a986c60753a45cb83d9ad8b6d;hpb=34da245dd0722ef0c6fb4afef935c18549aef146;p=lilypond.git diff --git a/lily/key-signature-interface.cc b/lily/key-signature-interface.cc index d54caed82c..8b45adb2c8 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"));