]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grob-property.cc
* scm/output-lib.scm (chain-grob-member-functions): replace
[lilypond.git] / lily / grob-property.cc
index 3df536b42dd4724294b6e5605ee7f350c12f8e72..5d4d03fe34edb969f25b768fcec50a401936e3a8 100644 (file)
@@ -136,14 +136,6 @@ Grob::try_callback (SCM sym, SCM proc)
   SCM value = SCM_EOL;
   if (ly_is_procedure (proc))
     value = scm_call_1 (proc, self_scm ());
-  else if (is_callback_chain (proc))
-    {
-      for (SCM s = callback_chain_extract_procedures (proc);
-          scm_is_pair (s); s = scm_cdr (s))
-       {
-         value = scm_call_2  (scm_car (s), self_scm (), value);
-       }
-    }
   else if (is_simple_closure (proc))
     {
       value = evaluate_with_simple_closure (self_scm (),