]> git.donarmstrong.com Git - lilypond.git/commitdiff
always compile in setters for graphviz.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 9 Apr 2007 14:43:05 +0000 (11:43 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 9 Apr 2007 14:43:05 +0000 (11:43 -0300)
lily/grob-property.cc

index e4dad5f2353bc2a5a7aaa9eb2e03310b97383035..740b57dea1837eb7bb936503adc86c85fd74ed16 100644 (file)
@@ -23,7 +23,6 @@
 
 Protected_scm grob_property_callback_stack = SCM_EOL;
 
-#ifndef NDEBUG
 extern bool debug_property_callbacks;
 
 static void
@@ -73,7 +72,6 @@ LY_DEFINE (ly_set_property_cache_callback, "ly:set-property-cache-callback",
   cache_callback =  (ly_is_procedure (cb)) ? cb : SCM_BOOL_F;
   return SCM_UNSPECIFIED;
 }
-#endif
 
 
 void