]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove commented out code
authorReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 14 Oct 2009 10:31:14 +0000 (12:31 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 14 Oct 2009 10:31:53 +0000 (12:31 +0200)
lily/instrument-switch-engraver.cc

index 9ca24bc95c0b866d9480844761a5090e62ee60d7..dc09e03d10d360404a71995df5a39ad5f4134f7f 100644 (file)
@@ -43,7 +43,6 @@ Instrument_switch_engraver::process_music ()
   if (!scm_is_eq (cue_name_, cue_text))
     {
       if (Text_interface::is_markup (cue_text))
-//       if (!scm_is_null (cue_text))
         {
           text_ = make_item ("InstrumentSwitch", SCM_EOL);
           text_->set_property ("text", cue_text);