]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
Issue 4365: non-member unsmob<T> replaces T::unsmob and T::is_smob
[lilypond.git] / lily / include / item.hh
index 914d2ef7b8311b6c622ae0158d680b1846e9e9e5..3b13ed8477b804e6a108f5e93e88a345e8a3a5a5 100644 (file)
@@ -36,13 +36,6 @@ public:
   Item (SCM);
   Item (Item const &);
 
-  static Item *unsmob (SCM g) {
-    return dynamic_cast <Item *> (Grob::unsmob (g));
-  }
-  static bool is_smob (SCM g) {
-    return Grob::is_smob (g) && unsmob (g);
-  }
-
   virtual Grob *clone () const;
 
   static bool is_non_musical (Grob *);