X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frepeated-music.hh;h=a346f6a388c7150d22e4872f9274fe0f8af59c7d;hb=feedaf62a490820021a83b7096a3fda1884beaf6;hp=e33c4b1b98434ff646422a998ed2363ae51a45d6;hpb=99b6f3aa3558b01c9d4158b19a1f1794c534f89c;p=lilypond.git diff --git a/lily/include/repeated-music.hh b/lily/include/repeated-music.hh index e33c4b1b98..a346f6a388 100644 --- a/lily/include/repeated-music.hh +++ b/lily/include/repeated-music.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1999--2014 Han-Wen Nienhuys + Copyright (C) 1999--2015 Han-Wen Nienhuys LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -62,7 +62,6 @@ public: /* How often do we repeat? */ static int repeat_count (Music *); - DECLARE_SCHEME_CALLBACK (relative_callback, (SCM, SCM)); static Moment body_get_length (Music *); static Moment alternatives_get_length (Music *, bool fold);