]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/percent-repeat-iterator.cc
2003 -> 2004
[lilypond.git] / lily / percent-repeat-iterator.cc
index 5f25bcf6c5ccdab309fa79411b2c8f8fbd019ab0..e2358a03e41eebe53fe66cf8db133f3abbba5c8b 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2004  Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -25,18 +25,6 @@ Percent_repeat_iterator::do_quit()
   if (child_iter_)
     child_iter_->quit();
 }
-Percent_repeat_iterator::Percent_repeat_iterator (Percent_repeat_iterator const & p)
-  : Music_iterator (p)
-{
-  child_iter_ = 0;
- finish_mom_ = p.finish_mom_ ;
-  if (p.child_iter_)
-    {
-      child_iter_ =  p.child_iter_->clone ();
-      scm_gc_unprotect_object (child_iter_->self_scm());
-    }
-}
 
 bool
 Percent_repeat_iterator::ok () const