]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-property.cc
Issue 2859: Provide \hide and \omit functions for transparent and void glyphs
[lilypond.git] / lily / grob-property.cc
index db16f2a54af248e4818f6cb7d9188ed3d28a2972..3afe182c0ef07793ecf1fd0d09a5ea147c9bd4e1 100644 (file)
@@ -241,11 +241,6 @@ Grob::try_callback_on_alist (SCM *alist, SCM sym, SCM proc)
     grob_property_callback_stack = scm_cdr (grob_property_callback_stack);
 #endif
 
-  /*
-    If the function returns SCM_UNSPECIFIED, we assume the
-    property has been set with an explicit set_property ()
-    call.
-  */
   if (value == SCM_UNSPECIFIED)
     {
       value = get_property_data (sym);