]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/property-iterator.hh
Issue 5145/1: Lexer: factor out push_markup_predicates
[lilypond.git] / lily / include / property-iterator.hh
index 3f9577f6f720fbb065860702255f9bb98ffcc833..984d41ef57d5b9acc60a71090ff8ac77d993fbff 100644 (file)
@@ -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