X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-element.cc;h=3c9712680e757bccc6758d26429acb5e0a8e500d;hb=ce521e79fd7669b45c8c1132e4b5693a03b5d90a;hp=b815918423ba5ceb4266ad474dd1828cecaa34a9;hpb=434da79e9d7684b2b05fa92a6d808d4ea7933046;p=lilypond.git diff --git a/lily/audio-element.cc b/lily/audio-element.cc index b815918423..3c9712680e 100644 --- a/lily/audio-element.cc +++ b/lily/audio-element.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2002 Han-Wen Nienhuys */ #include "audio-element.hh" @@ -14,21 +14,8 @@ Audio_element::Audio_element () grace_b_ = false; } -Audio_element::~Audio_element() +Audio_element::~Audio_element () { } -void -Audio_element::print () const -{ -#ifndef NPRINT - DOUT << classname (this) << "{ "; - do_print (); - DOUT << "}"; -#endif -} -void -Audio_element::do_print ()const -{ -}