]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event-chord-iterator.hh
2003 -> 2004
[lilypond.git] / lily / include / event-chord-iterator.hh
index ea9ac24b54e03bf2d48c2cbef198239de823e564..2dce5d8b3b93e66dd31007b96259cdd933803a7d 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -30,12 +30,10 @@ class Event_chord_iterator : public Simple_music_iterator
   
   enum { NONE_DONE, START_DONE, END_DONE }  status_;
 public:
-  VIRTUAL_COPY_CONS (Music_iterator);
   DECLARE_SCHEME_CALLBACK(constructor, ());
   Event_chord_iterator ();
   Event_chord_iterator (Event_chord_iterator const&);
 
-  virtual SCM get_pending_events (Moment) const;
 protected:
   virtual void process (Moment);
   virtual void construct_children ();