]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/smobs.hh
Merge branch 'issue4032'
[lilypond.git] / lily / include / smobs.hh
index 49c29325f0031f4e61908a1ee9035fa7f844cfc5..e775a70bc5cb6078e6004c334e205b39514bd9bb 100644 (file)
   SCM self_scm () const { return self_scm_; }   \
   private:
 
-#define DECLARE_UNSMOB(CL, name)                \
-  inline CL *                                   \
-  unsmob_ ## name (SCM s)                       \
-  {                                             \
-    return CL::unsmob (s);                      \
-  }
-
-#define DECLARE_TYPE_P(CL) extern SCM CL ## _type_p_proc
-
 void protect_smob (SCM smob, SCM *prot_cons);
 void unprotect_smob (SCM smob, SCM *prot_cons);