]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper-iterator.hh
* lily/accidental-placement.cc (calc_positioning_done): don't
[lilypond.git] / lily / include / music-wrapper-iterator.hh
index 7aa381bec791a1b9a63266458f5b12d23005996b..d249428654fe09715b15cf77b6fb2d941b340c5a 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef MUSIC_WRAPPER_ITERATOR_HH
@@ -33,7 +33,6 @@ public:
   virtual bool run_always () const;
 protected:
   virtual void process (Moment);
-  virtual Music_iterator *try_music_in_children (Music *) const;
 
   Music_iterator *child_iter_;
 };