]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/performance.cc
release: 1.3.93
[lilypond.git] / lily / performance.cc
index f6ff1cb5c7fc06874b385d269959f8fe74200e97..9da4c7dc38caaae621456bcc1594cb0d54d015cc 100644 (file)
@@ -137,23 +137,10 @@ Performance::add_element (Audio_element *p)
   audio_elem_p_list_ = new Killing_cons<Audio_element> (p, audio_elem_p_list_);
 }
 
-void
-Performance::print() const
-{
-#ifndef NPRINT
-  DEBUG_OUT << "Performance { ";
-  DEBUG_OUT << "Items: ";
-  for (Cons<Audio_element>* 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 ())
     {