]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sequential-iterator.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / include / sequential-iterator.hh
index 5015fb9a6af47a595922038a910c003f17167313..d53cf184c6268edc443fd95fa5c71b883c579b77 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SEQUENTIAL_ITERATOR_HH
@@ -33,7 +33,6 @@ public:
 
 protected:
   virtual void process (Moment);
-  virtual Music_iterator *try_music_in_children (Music *) const;
   virtual bool run_always () const;
   
 protected: