X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fidentifier.cc;h=d46460f71b03306f8d23fe4a82a8cd272993cc5c;hb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;hp=bedc2f9dfd9bfa7bea3ce2e3adf85e58da856df3;hpb=8b8b92e31703bf4a23683efff479793227ad39c1;p=lilypond.git diff --git a/lily/identifier.cc b/lily/identifier.cc index bedc2f9dfd..d46460f71b 100644 --- a/lily/identifier.cc +++ b/lily/identifier.cc @@ -61,28 +61,6 @@ Identifier::do_str () const return ""; } -void -Identifier::print () const -{ - DEBUG_OUT << "identifier "; - do_print (); -} -void -Identifier::do_print () const -{ -} - -/* ugh. */ -#define DEFAULT_PRINT(Class) \ -void \ -Class ## _identifier::do_print () const { \ - Class *cl = ((Class ## _identifier *)this)->access_content_ ## Class(false);\ - cl->print (); \ -} - - -DEFAULT_PRINT(Score); -DEFAULT_PRINT(Music_output_def); /* ugh. */ #define DUMMY_STR(Class) \ @@ -95,15 +73,6 @@ DUMMY_STR(Score); DUMMY_STR(Music_output_def); DUMMY_STR(Duration); -#define STRING_PRINT(Class) \ -void \ -Class ## _identifier::do_print () const\ -{\ - DEBUG_OUT << do_str () << '\n';\ -}\ - - -STRING_PRINT(Duration); #define DEFAULT_STR(Class) \ String \