]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator.cc
release: 1.3.93
[lilypond.git] / lily / translator.cc
index 90edc46fbbaa3423bc62f94c9b6612f2a3346e04..905266cbeab94cdc7e07db923ebfa4f7a7935c6d 100644 (file)
@@ -88,22 +88,6 @@ Translator::do_add_processing ()
 {
 }
 
-void
-Translator::print () const
-{
-#ifndef NPRINT
-  DEBUG_OUT << classname (this) << " {";
-  if (classname (this) != type_str_)
-    DEBUG_OUT << "type = " << type_str_;
-  do_print ();
-  DEBUG_OUT << "}\n";
-#endif
-}
-
-void
-Translator::do_print () const
-{
-}