From 4651e75fa23dd4baaf63f9a9bc40eb9acb6737a0 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 19 May 2008 00:56:05 -0300 Subject: [PATCH] Remove swallow-perf.hh. --- lily/include/swallow-perf.hh | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 lily/include/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 -- 2.39.5