X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer.cc;h=7add5ba193149b478ba252f285cfe89032f66f30;hb=60f1b9803323beff180758ebbe896d106c0aeb35;hp=af896f23dd9ee60938e1337d9bac9b1cb5dc082e;hpb=75eebcb49e52d296b1da3e1074e0825d2c780db4;p=lilypond.git diff --git a/lily/performer.cc b/lily/performer.cc index af896f23dd..7add5ba193 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--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