X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer-group.cc;h=4b3270f4ee3ccb1b755310efdec79d9b70e1139c;hb=a8f3bf6456d8d8abf5998216c528e873db1064b3;hp=990f478bf823f5395ec2715d90912342d0b228b3;hpb=8d796a54fbfc350c56f04088cb0c009ee0287256;p=lilypond.git diff --git a/lily/performer-group.cc b/lily/performer-group.cc index 990f478bf8..4b3270f4ee 100644 --- a/lily/performer-group.cc +++ b/lily/performer-group.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2006 Han-Wen Nienhuys + (c) 1996--2007 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -16,7 +16,6 @@ ADD_TRANSLATOR_GROUP (Performer_group, /* doc */ "", /* create */ "", - /* accept */ "", /* read */ "", /* write */ ""); @@ -84,15 +83,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 (c->implementation ()); - pgp->play_element (e); - } -} -