X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftempo-performer.hh;h=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=3c5ca37ea37ea91dfc9fcc303cf6d68446e87291;hp=e2eb89cc24c5662bc3526b2b17499db68d78950c;hpb=a4d7106c75b325441063fd9ba9c4131979784aa5;p=lilypond.git diff --git a/lily/include/tempo-performer.hh b/lily/include/tempo-performer.hh index e2eb89cc24..e69de29bb2 100644 --- a/lily/include/tempo-performer.hh +++ b/lily/include/tempo-performer.hh @@ -1,34 +0,0 @@ -/* - tempo-performer.hh -- declare Tempo_performer - - source file of the GNU LilyPond music typesetter - - (c) 1997--2000 Jan Nieuwenhuizen -*/ - -#ifndef TEMPO_PERFORMER_HH -#define TEMPO_PERFORMER_HH - -#include "lily-proto.hh" -#include "performer.hh" - -class Tempo_performer : public Performer -{ -public: - VIRTUAL_COPY_CONS(Translator); - - Tempo_performer(); - ~Tempo_performer(); - -protected: - - virtual bool do_try_music (Music* req_l); - void deprecated_process_music(); - virtual void do_pre_move_processing (); - -private: - Tempo_req* tempo_req_l_; - Audio_tempo* audio_p_; -}; - -#endif // TEMPO_PERFORMER_HH