]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
release: 1.5.29
[lilypond.git] / lily / audio-element.cc
index 3a4685af4cffec98115325b4aea29ea3c87252b2..3c9712680e757bccc6758d26429acb5e0a8e500d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #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
-  DEBUG_OUT << classname (this) << "{ ";
-  do_print ();
-  DEBUG_OUT << "}";
-#endif
-}
 
-void
-Audio_element::do_print ()const
-{
-}