]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-translator.hh
patch::: 1.3.85.jcn5
[lilypond.git] / lily / include / global-translator.hh
index fbb8f8d37e8d26237ef7cca8173a1d4633b5848b..ebcb6b34e9f582066137192beec99e64cf267aa7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -15,9 +15,6 @@
 #include "pqueue.hh"
 
 
-class Iteration_interface_translator : public virtual Translator_group {
-};
-
 class Global_translator : public virtual Translator_group{
   PQueue<Moment> extra_mom_pq_;
 public: