From 9aeacf19c69ebe657f0a7d571a727c3c4fa40505 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Wed, 14 Oct 2009 12:31:14 +0200 Subject: [PATCH] Remove commented out code --- lily/instrument-switch-engraver.cc | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5