]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/swallow-engraver.cc
Build fixes.
[lilypond.git] / lily / swallow-engraver.cc
index 0e597f3e52b7fc5f039d8c452ee1dfb671a0170c..e86e004c1a4614dd62456c2478aa4caf46608681 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -32,6 +32,5 @@ ADD_TRANSLATOR (Swallow_engraver,
                /* doc */ "This engraver swallows everything given to it silently. The purpose of "
                "this is to prevent spurious \"event junked\" warnings.",
                /* create */ "",
-               /* accept */ "general-music",
                /* read */ "",
                /* write */ "");