]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/unfolded-repeat-iterator.cc
2003 -> 2004
[lilypond.git] / lily / unfolded-repeat-iterator.cc
index fac94cece6b0a8594a4b2414165111ab9dcdbcfb..a9633115384449b9c305e3426383c271586a40c9 100644 (file)
@@ -4,7 +4,7 @@ unfolded-repeat-iterator.cc --  implement Unfolded_repeat_iterator, Volta_repeat
 source file of the GNU LilyPond music typesetter
 
 
-(c) 2002--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c) 2002--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -16,7 +16,6 @@ class Unfolded_repeat_iterator : public Sequential_iterator
 {
 public:
   DECLARE_SCHEME_CALLBACK(constructor, ());
-  VIRTUAL_COPY_CONS (Music_iterator);
 protected:
   virtual SCM get_music_list () const;
 };
@@ -57,7 +56,6 @@ class Volta_repeat_iterator : public Sequential_iterator
 {
 public:
   DECLARE_SCHEME_CALLBACK(constructor, ());
-  VIRTUAL_COPY_CONS (Music_iterator);
   Volta_repeat_iterator();
 
   void add_repeat_command (SCM);