From: David Kastrup Date: Sun, 27 Jul 2014 08:08:27 +0000 (+0200) Subject: Remove definition of DECLARE_UNSMOB X-Git-Tag: release/2.19.11-1~7^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ef250dfc8cd4a5574a5059249e19208a3b068714;p=lilypond.git Remove definition of DECLARE_UNSMOB --- diff --git a/lily/include/smobs.hh b/lily/include/smobs.hh index 95e5ba1a11..e775a70bc5 100644 --- a/lily/include/smobs.hh +++ b/lily/include/smobs.hh @@ -160,13 +160,6 @@ SCM self_scm () const { return self_scm_; } \ private: -#define DECLARE_UNSMOB(CL, name) \ - inline CL * \ - unsmob_ ## name (SCM s) \ - { \ - return CL::unsmob (s); \ - } - void protect_smob (SCM smob, SCM *prot_cons); void unprotect_smob (SCM smob, SCM *prot_cons);