From: Reinhold Kainhofer Date: Wed, 14 Oct 2009 10:31:14 +0000 (+0200) Subject: Remove commented out code X-Git-Tag: release/2.13.6-1~25 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9aeacf19c69ebe657f0a7d571a727c3c4fa40505;p=lilypond.git Remove commented out code --- diff --git a/lily/instrument-switch-engraver.cc b/lily/instrument-switch-engraver.cc index 9ca24bc95c..dc09e03d10 100644 --- a/lily/instrument-switch-engraver.cc +++ b/lily/instrument-switch-engraver.cc @@ -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);