X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftranslator.cc;h=905266cbeab94cdc7e07db923ebfa4f7a7935c6d;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=90edc46fbbaa3423bc62f94c9b6612f2a3346e04;hpb=8b8b92e31703bf4a23683efff479793227ad39c1;p=lilypond.git diff --git a/lily/translator.cc b/lily/translator.cc index 90edc46fbb..905266cbea 100644 --- a/lily/translator.cc +++ b/lily/translator.cc @@ -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 -{ -}