]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove swallow-perf.hh. release/2.11.46-1
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 May 2008 03:56:05 +0000 (00:56 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 19 May 2008 03:56:05 +0000 (00:56 -0300)
lily/include/swallow-perf.hh [deleted file]

diff --git a/lily/include/swallow-perf.hh b/lily/include/swallow-perf.hh
deleted file mode 100644 (file)
index 8016529..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-  swallow-perf.hh -- declare Swallow_performer
-
-  source file of the GNU LilyPond music typesetter
-
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
-*/
-
-#ifndef SWALLOW_PERF_HH
-#define SWALLOW_PERF_HH
-
-#include "performer.hh"
-
-class Swallow_performer : public Performer
-{
-public:
-  VIRTUAL_COPY_CONS (Translator);
-
-protected:
-  virtual bool try_music (Music *) { return true; }
-};
-
-#endif // SWALLOW_PERF_HH