From: Han-Wen Nienhuys Date: Mon, 19 May 2008 03:56:05 +0000 (-0300) Subject: Remove swallow-perf.hh. X-Git-Tag: release/2.11.46-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4651e75fa23dd4baaf63f9a9bc40eb9acb6737a0;p=lilypond.git Remove swallow-perf.hh. --- diff --git a/lily/include/swallow-perf.hh b/lily/include/swallow-perf.hh deleted file mode 100644 index 8016529e4d..0000000000 --- a/lily/include/swallow-perf.hh +++ /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 -*/ - -#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