X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer.cc;h=fa85fca91e8b8de0b25609941bbd951e8639d8b6;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=af896f23dd9ee60938e1337d9bac9b1cb5dc082e;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/lily/performer.cc b/lily/performer.cc index af896f23dd..fa85fca91e 100644 --- a/lily/performer.cc +++ b/lily/performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2006 Han-Wen Nienhuys + (c) 1996--2008 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