]> 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 bff24e5adeb5d998d58d6deaa3e00f50e3a6e8d2..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
-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);