]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/prob.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / prob.cc
index eecd1a4446878c768f7c4c07f16ef3037f7b4764..5a1caca15508fe0e6cc0a5ce7ed86da6eba782f3 100644 (file)
@@ -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
-#ifndef NDEBUG
-Prob::internal_set_property (SCM sym, SCM val, char const *file, int line, char const *fun) 
-#else
-Prob::internal_set_property (SCM sym, SCM val)
-#endif
+Prob::internal_set_property (SCM sym, SCM val) 
 {
   if (do_internal_type_checking_global)
     type_check_assignment (sym, val);