]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/engraver-group.cc
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / engraver-group.cc
index 6271d93979b729b97fea32db94b7e96df56d5ba9..0158c532cd892dbcaf1635539e1695a3f57e6389 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "context.hh"
@@ -11,7 +11,6 @@
 #include "engraver-group.hh"
 #include "grob.hh"
 #include "paper-score.hh"
-#include "stream-event.hh"
 #include "translator-dispatch-list.hh"
 #include "warn.hh"
 
@@ -181,7 +180,6 @@ Engraver_group::Engraver_group ()
 ADD_TRANSLATOR_GROUP (Engraver_group,
                      /* doc */ "A group of engravers taken together",
                      /* create */ "",
-                     /* accept */ "",
                      /* read */ "",
                      /* write */ "");