X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fproperty-iterator.hh;h=984d41ef57d5b9acc60a71090ff8ac77d993fbff;hb=8659a99f233f5c4684292728e7ad4206669b35b0;hp=52fead07734b9abeb5315bbf30ec4e76b0f03c59;hpb=40aac0ae57ee113faa860ba221d83d9e6312173e;p=lilypond.git diff --git a/lily/include/property-iterator.hh b/lily/include/property-iterator.hh index 52fead0773..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--2014 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