X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcallback.hh;h=671140673f5df0dd242c5ac883ff0b274128bb29;hb=93f3d637efbc038b837cf64fae0872e873e4f039;hp=963f4eb59cdf633435b16aa0a479068981c628b8;hpb=729c453ee49e8e43cb582089b208bb62369dced1;p=lilypond.git diff --git a/lily/include/callback.hh b/lily/include/callback.hh index 963f4eb59c..671140673f 100644 --- a/lily/include/callback.hh +++ b/lily/include/callback.hh @@ -48,7 +48,6 @@ class Callback_wrapper : public Simple_smob : trampoline_ (trampoline) { } // Private constructor, use only in make_smob public: - static const char * const type_p_name_; // = 0 LY_DECLARE_SMOB_PROC (&Callback_wrapper::call, 2, 0, 0) SCM call (SCM target, SCM arg) { @@ -77,7 +76,6 @@ class Callback2_wrapper : public Simple_smob : trampoline_ (trampoline) { } // Private constructor, use only in make_smob public: - static const char * const type_p_name_; // = 0 LY_DECLARE_SMOB_PROC (&Callback2_wrapper::call, 3, 0, 0) SCM call (SCM target, SCM arg1, SCM arg2) { @@ -102,7 +100,6 @@ class Callback0_wrapper : public Simple_smob : trampoline_ (trampoline) { } // Private constructor, use only in make_smob public: - static const char * const type_p_name_; // = 0 LY_DECLARE_SMOB_PROC (&Callback0_wrapper::call, 1, 0, 0) SCM call (SCM target) { @@ -153,7 +150,6 @@ class Method_instance : public Simple_smob { SCM method_, instance_; public: - static const char * const type_p_name_; // = 0 LY_DECLARE_SMOB_PROC (&Method_instance::call, 0, 0, 1) SCM call (SCM rest) {