X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fprob.cc;h=5a1caca15508fe0e6cc0a5ce7ed86da6eba782f3;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=bff24e5adeb5d998d58d6deaa3e00f50e3a6e8d2;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/prob.cc b/lily/prob.cc index bff24e5ade..5a1caca155 100644 --- a/lily/prob.cc +++ b/lily/prob.cc @@ -25,7 +25,6 @@ Prob::Prob (SCM type, SCM immutable_init) smobify_self (); } - Prob::~Prob () { } @@ -99,11 +98,7 @@ Prob::internal_get_property (SCM sym) const } void -Prob::internal_set_property (SCM sym, SCM val -#ifndef NDEBUG - , char const *file, int line, char const *fun -#endif - ) +Prob::internal_set_property (SCM sym, SCM val) { if (do_internal_type_checking_global) type_check_assignment (sym, val);