]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/engraver.cc
*** empty log message ***
[lilypond.git] / lily / engraver.cc
index 044908680ce58da9a0c7cc65d7ecba694cb1b237..4119670e7a7948b6045fa79600cbf9228b499508 100644 (file)
@@ -37,10 +37,6 @@ Engraver::announce_grob (Grob_info inf)
 void
 Engraver::announce_grob (Grob* e, SCM cause)
 {
-  /*
-    TODO: junk grob-info, and make a cause grob-property to store
-    `causes' generically.
-  */
   if (unsmob_music (cause) || unsmob_grob (cause))
     e->set_property ("cause", cause);