X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer.cc;h=7add5ba193149b478ba252f285cfe89032f66f30;hb=d4ce4ffb6c483324393e6427a53db24a73bc60e2;hp=04e6204eb2742d9aef9590c36aec9537468e689f;hpb=545092a25d8ca41dc90b87482474b3719f7130a9;p=lilypond.git diff --git a/lily/performer.cc b/lily/performer.cc index 04e6204eb2..7add5ba193 100644 --- a/lily/performer.cc +++ b/lily/performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2005 Han-Wen Nienhuys + (c) 1996--2007 Han-Wen Nienhuys Jan Nieuwenhuizen */ @@ -11,17 +11,6 @@ #include "performer-group.hh" #include "warn.hh" -void -Performer::play_element (Audio_element *p) -{ - get_daddy_performer ()->play_element (p); -} - -int -Performer::get_tempo () const -{ - return get_daddy_performer ()->get_tempo (); -} Performer_group * Performer::get_daddy_performer () const