]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/request-iterator.hh
patch::: 1.3.86.jcn1
[lilypond.git] / lily / include / request-iterator.hh
index ea2b07b026b221caf0579b1a00ac986fb6ca094d..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,23 +0,0 @@
-/*   
-  request-iterator.hh -- declare Request_iterator
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#ifndef REQUEST_ITERATOR_HH
-#define REQUEST_ITERATOR_HH
-
-#include "music-iterator.hh"
-
-class Simple_music_iterator : public Music_iterator
-{
-public:
-protected:
-  virtual void do_process_and_next (Moment );
-};
-
-#endif /* REQUEST_ITERATOR_HH */
-