]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 4620/1: Remove unused function chain-grob-member-functions
authorDavid Kastrup <dak@gnu.org>
Thu, 24 Sep 2015 12:36:08 +0000 (14:36 +0200)
committerDavid Kastrup <dak@gnu.org>
Fri, 2 Oct 2015 07:45:27 +0000 (09:45 +0200)
scm/output-lib.scm

index 8a5cae2b23f0fbcc79ab61c6334dd0222b115380..9b885eb9a2e03dec4f595a653efa949f2d7d8155 100644 (file)
@@ -967,13 +967,6 @@ and duration-log @var{log}."
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;
 
-(define-public (chain-grob-member-functions grob value . funcs)
-  (for-each
-   (lambda (func)
-     (set! value (func grob value)))
-   funcs)
-
-  value)
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;