]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/global-context.hh
Issue 4961/5: Change rotations to degrees rather than radians
[lilypond.git] / lily / include / global-context.hh
index e5dbc82deb06d0744d87e4920acb8a7317cddf23..75b52c95ae01f9fd943e46ed65add4fd4615be99 100644 (file)
@@ -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<Global_context *> (Context::unsmob (x));
-  }
-  static bool is_smob (SCM x) {
-    return Context::is_smob (x) && unsmob (x);
-  }
-
   Moment previous_moment () const;
 protected:
   Moment prev_mom_;