X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=9eff747eb458f011fe9ff3bf088245d93dc032e3;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=39fbe8f1788d54f75ef03ff6fce5fbe136ee03ea;hpb=8b8b92e31703bf4a23683efff479793227ad39c1;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index 39fbe8f178..9eff747eb4 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -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 -{ -}