X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fperformance.cc;h=9da4c7dc38caaae621456bcc1594cb0d54d015cc;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=f6ff1cb5c7fc06874b385d269959f8fe74200e97;hpb=8b8b92e31703bf4a23683efff479793227ad39c1;p=lilypond.git diff --git a/lily/performance.cc b/lily/performance.cc index f6ff1cb5c7..9da4c7dc38 100644 --- a/lily/performance.cc +++ b/lily/performance.cc @@ -137,23 +137,10 @@ Performance::add_element (Audio_element *p) audio_elem_p_list_ = new Killing_cons (p, audio_elem_p_list_); } -void -Performance::print() const -{ -#ifndef NPRINT - DEBUG_OUT << "Performance { "; - DEBUG_OUT << "Items: "; - for (Cons* i =audio_elem_p_list_; i; i = i->next_) - i->car_->print (); - DEBUG_OUT << "}"; -#endif -} void Performance::process() { - print (); - String out = midi_l_->get_default_output (); if (out.empty_b ()) {