]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-engraver.hh
patch::: 1.3.132.jcn2
[lilypond.git] / lily / include / swallow-engraver.hh
index 49bc28bc95ee724785da9994bf3168060c80a778..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,26 +0,0 @@
-/*
-  swallow-engraver.hh -- declare Swallow_engraver
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef SWALLOW_GRAV_HH
-#define SWALLOW_GRAV_HH
-
-#include "engraver.hh"
-
-/**
-  This engraver swallows everything given to it silently. The purpose of
-  this is to prevent spurious "request junked" warnings.
- */
-class Swallow_engraver : public Engraver {
-protected:
-  bool try_music (Music*) ;
-public:
-  VIRTUAL_COPY_CONS(Translator);
-  
-};
-#endif // SWALLOW_GRAV_HH