]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sequential-iterator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / sequential-iterator.hh
index 4e530bd866b23487c28996002eb8c933bc3b59b3..9cf145a8da2e170ac15942482a89c26fdc078f8d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2002--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2002--2008 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: