]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/local-key-engraver.cc
release: 1.0.17
[lilypond.git] / lily / local-key-engraver.cc
index a74b27d79e1736a39a5bc5caf5cb6138220cb69d..c6a3a0718946faf0113bf6daa1869bd7fa7f19ee 100644 (file)
@@ -67,12 +67,6 @@ Local_key_engraver::process_acknowledged ()
              key_item_p_ = new Local_key_item;
              announce_element (Score_element_info (key_item_p_, 0));         
            }
-         ///////// TODO: Handle cautionary accidentals
-         if (note_l->cautionary_b_)
-           {
-             warning (_("cautionary accidentals are not yet supported"));
-           }
-
          key_item_p_->add (note_l->pitch_);
          key_item_p_->add_support (support_l);
          local_key_.set (note_l->pitch_);