]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/performer.hh
Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob
[lilypond.git] / lily / include / performer.hh
index 82b4ce50cc2b66bf04e228ebc74aacd476ce64f4..a640e240aa27449065dad6564fd6e7b524f955a0 100644 (file)
@@ -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 <Performer *> (Translator::unsmob (perf));
-  }
-  static bool is_smob (SCM perf) {
-    return Translator::is_smob (perf) && unsmob (perf);
-  }
 
 protected:
   virtual void announce_element (Audio_element_info);