X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fproperty-iterator.hh;h=984d41ef57d5b9acc60a71090ff8ac77d993fbff;hb=5d84bfad4626892bcffd05adcced53c8a2329047;hp=2e6548b2acc4a71ac02692452e165f55cc453172;hpb=4bb29573149a0ffa1f881c5e38a0fe68e9e76b67;p=lilypond.git diff --git a/lily/include/property-iterator.hh b/lily/include/property-iterator.hh index 2e6548b2ac..984d41ef57 100644 --- a/lily/include/property-iterator.hh +++ b/lily/include/property-iterator.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1997--2011 Han-Wen Nienhuys + Copyright (C) 1997--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 @@ -29,11 +29,9 @@ class Property_iterator : public Simple_music_iterator { public: DECLARE_SCHEME_CALLBACK (constructor, ()); - DECLARE_SCHEME_CALLBACK (once_finalization, (SCM, SCM, SCM)); DECLARE_CLASSNAME (Property_iterator); protected: - virtual void do_quit (); virtual void process (Moment); }; @@ -53,11 +51,9 @@ class Push_property_iterator : public Simple_music_iterator { public: DECLARE_SCHEME_CALLBACK (constructor, ()); - DECLARE_SCHEME_CALLBACK (once_finalization, (SCM, SCM)); DECLARE_CLASSNAME (Push_property_iterator); protected: virtual void process (Moment); - virtual void do_quit (); }; class Pop_property_iterator : public Simple_music_iterator