X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fglobal-context.hh;h=75b52c95ae01f9fd943e46ed65add4fd4615be99;hb=28d3a736534f3aa3cd403485770a019bd35114c4;hp=e5dbc82deb06d0744d87e4920acb8a7317cddf23;hpb=18d9bcf40f630efefdeb42e3d15653c7aae73ec3;p=lilypond.git diff --git a/lily/include/global-context.hh b/lily/include/global-context.hh index e5dbc82deb..75b52c95ae 100644 --- a/lily/include/global-context.hh +++ b/lily/include/global-context.hh @@ -48,13 +48,6 @@ public: virtual Moment now_mom () const; virtual Context *get_default_interpreter (const string &context_id = ""); - static Global_context *unsmob (SCM x) { - return dynamic_cast (Context::unsmob (x)); - } - static bool is_smob (SCM x) { - return Context::is_smob (x) && unsmob (x); - } - Moment previous_moment () const; protected: Moment prev_mom_;