]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
release: 1.3.93
[lilypond.git] / lily / audio-element.cc
index 39fbe8f1788d54f75ef03ff6fce5fbe136ee03ea..9eff747eb458f011fe9ff3bf088245d93dc032e3 100644 (file)
@@ -18,17 +18,4 @@ Audio_element::~Audio_element()
 {
 }
 
-void
-Audio_element::print () const
-{
-#ifndef NPRINT
-  DEBUG_OUT << classname (this) << "{ ";
-  do_print ();
-  DEBUG_OUT << "}";
-#endif
-}
 
-void
-Audio_element::do_print ()const
-{
-}