]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performer-group.cc
* python/midi.c (midi_parse_track): robustness: don't read past
[lilypond.git] / lily / performer-group.cc
index 990f478bf823f5395ec2715d90912342d0b228b3..d1696dac748317318eff66cef0731852ad1dd8d0 100644 (file)
@@ -84,15 +84,3 @@ Performer_group::do_announces ()
       announce_infos_.clear ();
     }
 }
-
-void
-Performer_group::play_element (Audio_element *e)
-{
-  Context *c = context_->get_parent_context ();
-  if (c)
-    {
-      Performer_group *pgp = dynamic_cast<Performer_group *> (c->implementation ());
-      pgp->play_element (e);
-    }
-}
-