]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
2003 -> 2004
[lilypond.git] / lily / audio-element.cc
index b815918423ba5ceb4266ad474dd1828cecaa34a9..dc69e93244eb42e83edf66b7e41d87a9ae0f6ff7 100644 (file)
@@ -3,32 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
-#include "debug.hh"
+
 
 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
-{
-}