]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/property-iterator.hh
Imported Upstream version 2.19.45
[lilypond.git] / lily / include / property-iterator.hh
index 08f7a983b8c3b78db6b55178c615f3959de084be..984d41ef57d5b9acc60a71090ff8ac77d993fbff 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2015 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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