X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fperformer.hh;h=a640e240aa27449065dad6564fd6e7b524f955a0;hb=a226ead901d6717c99f728c6959af46734117e7b;hp=123713d3cbeeae1dcbdaf6f76de299f2d2ad852a;hpb=0fe24db3936774a8fb913cb14c997036db7aeb1c;p=lilypond.git diff --git a/lily/include/performer.hh b/lily/include/performer.hh index 123713d3cb..a640e240aa 100644 --- a/lily/include/performer.hh +++ b/lily/include/performer.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 1996--2014 Han-Wen Nienhuys + Copyright (C) 1996--2015 Han-Wen Nienhuys Jan Nieuwenhuizen LilyPond is free software: you can redistribute it and/or modify @@ -33,12 +33,6 @@ public: VIRTUAL_COPY_CONSTRUCTOR (Translator, Performer); friend class Performer_group; Performer_group *get_daddy_performer () const; - static Performer *unsmob (SCM perf) { - return dynamic_cast (Translator::unsmob (perf)); - } - static bool is_smob (SCM perf) { - return Translator::is_smob (perf) && unsmob (perf); - } protected: virtual void announce_element (Audio_element_info);