X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformer.cc;h=9d99873989e8755c5bc3d72c115f0c050327d234;hb=f879c577c83d1aa386af27d7f8179e2f39458c73;hp=af896f23dd9ee60938e1337d9bac9b1cb5dc082e;hpb=9f3572d98bb948c9689cd1f75401a029451fa001;p=lilypond.git diff --git a/lily/performer.cc b/lily/performer.cc index af896f23dd..9d99873989 100644 --- a/lily/performer.cc +++ b/lily/performer.cc @@ -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