]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/mark-engraver.cc
(no commit message)
[lilypond.git] / lily / mark-engraver.cc
index 984eb687a096a58bd3902234c952d587704ada98..1f4a0c3f728dc174e451b5f26390955fbe06cd49 100644 (file)
@@ -91,12 +91,7 @@ Mark_engraver::acknowledge_break_alignment (Grob_info inf)
 void
 Mark_engraver::stop_translation_timestep ()
 {
-  if (text_)
-    {
-      text_->set_object ("side-support-elements",
-                        grob_list_to_grob_array (get_property ("stavesFound")));
-      text_ = 0;
-    }
+  text_ = 0;
   mark_ev_ = 0;
 }