]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-element.hh
release: 1.2.13
[lilypond.git] / lily / include / score-element.hh
index 69ac3526fdadf3c19bcd3e76e5fa9b860f689f29..af9b484faa5f19e137d0223565779be05721d9ef 100644 (file)
@@ -144,14 +144,6 @@ protected:
   virtual Link_array<Score_element> get_extra_dependencies () const;
 
   static Interval dim_cache_callback (Dimension_cache*);
-public:
-  SCM smobify_self ();
-  static SCM mark_smob (SCM);
-  static scm_sizet free_smob (SCM s);
-  static int print_smob (SCM s, SCM p, scm_print_state*);
-  static long smob_tag;
-  static void init_smobs();
-  SCM self_scm_;
 };