X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgroup-interface.hh;h=3327c0a8d84b91176d6213bff8f35c032f3f8ad0;hb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;hp=5ee3a085e59d54f5ede1f9cf3fc9a70556013425;hpb=e5990be98bd154f5dd6b2aa8259a56c546168450;p=lilypond.git diff --git a/lily/include/group-interface.hh b/lily/include/group-interface.hh index 5ee3a085e5..3327c0a8d8 100644 --- a/lily/include/group-interface.hh +++ b/lily/include/group-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2002 Han-Wen Nienhuys + (c) 1999--2003 Han-Wen Nienhuys */ @@ -35,24 +35,6 @@ struct Pointer_group_interface : public Group_interface { public: static void add_grob (Grob*, SCM nm, Grob*e); }; -/** - Put all score elements of ELT's property called NAME into an array, - and return it. */ - -inline Link_array -list_to_grob_array (SCM l) -{ - Link_array arr; - - for (SCM s = l; gh_pair_p (s); s = gh_cdr (s)) - { - SCM e = gh_car (s); - arr.push (unsmob_grob (e)); - } - - arr.reverse (); - return arr; -} template Link_array