]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove definition of DECLARE_UNSMOB
authorDavid Kastrup <dak@gnu.org>
Sun, 27 Jul 2014 08:08:27 +0000 (10:08 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 2 Aug 2014 14:52:02 +0000 (16:52 +0200)
lily/include/smobs.hh

index 95e5ba1a11b1e7962e43e5df999867321105c5f0..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);                      \
-  }
-
 void protect_smob (SCM smob, SCM *prot_cons);
 void unprotect_smob (SCM smob, SCM *prot_cons);