]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/audio-element.cc
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / audio-element.cc
index 77aaeb44f591ec0138f0e0f0688c63da2778a34c..e9da4d5f68cf1b637d70d4d0a5846b4fb5a5dc54 100644 (file)
@@ -3,29 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "audio-element.hh"
-#include "debug.hh"
 
-IMPLEMENT_IS_TYPE_B(Audio_element);
 
-Audio_element::~Audio_element()
+Audio_element::Audio_element ()
 {
 }
 
-void
-Audio_element::print () const
+Audio_element::~Audio_element ()
 {
-#ifndef NPRINT
-  DOUT << name () << "{ ";
-  do_print ();
-  DOUT << "}";
-#endif
 }
 
-void
-Audio_element::do_print ()const
+char const * 
+Audio_element::name () const
 {
+  return classname (this);
 }