]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/event-chord-iterator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / event-chord-iterator.hh
index 5dd293038f56685d5300177c31291b5d06065779..458e152e2f35b7b5502fc951ca1cb0ecdb4946c9 100644 (file)
@@ -1,13 +1,13 @@
 /*
-  event-iter.hh -- declare Event_chord_iterator
+  event-chord-iterator.hh -- declare Event_chord_iterator
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-#ifndef EVENT_ITER_HH
-#define EVENT_ITER_HH
+#ifndef EVENT_CHORD_ITERATOR_HH
+#define EVENT_CHORD_ITERATOR_HH
 
 #include "simple-music-iterator.hh"
 
@@ -19,16 +19,8 @@ class Event_chord_iterator : public Simple_music_iterator
   /**
      Find a bottom notation context to deliver events to.
   */
-  virtual Context *get_bottom_context ();
   DECLARE_CLASSNAME(Event_chord_iterator);
 
-  /*
-    Since Event_chord_iterator has no list-cursor internally, we
-    must use a status variable to adminstrate where we are */
-
-  enum { NONE_DONE, START_DONE, END_DONE }
-    status_;
-
 public:
   DECLARE_SCHEME_CALLBACK (constructor, ());
   Event_chord_iterator ();
@@ -39,4 +31,4 @@ protected:
   virtual void construct_children ();
 };
 
-#endif // EVENT_ITER_HH
+#endif // EVENT_CHORD_ITERATOR_HH