X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fswallow-engraver.cc;h=7d0c851ab0627d80090556a7c024725b3582238c;hb=61f4e2136fd454fda734f7ebc0f2847848f4e9ca;hp=49488c8604772a64513b0f26c2e07ae8de662ba6;hpb=545092a25d8ca41dc90b87482474b3719f7130a9;p=lilypond.git diff --git a/lily/swallow-engraver.cc b/lily/swallow-engraver.cc index 49488c8604..7d0c851ab0 100644 --- a/lily/swallow-engraver.cc +++ b/lily/swallow-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #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 */ "");