]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-element.hh
release: 1.3.105
[lilypond.git] / lily / include / score-element.hh
index 90a056b60fb9f264fd2f558a82e2f99ed867ac84..424a182932976f093dffb25dee832f73a39b55f7 100644 (file)
@@ -32,11 +32,6 @@ typedef void (Score_element::*Score_element_method_pointer) (void);
    Basic output object.
 */
 class Score_element  {
-  /**
-     The lookup, determined by the font size. Cache this value.
-   */
-  Lookup * lookup_l_;
-
 public:
   SCM immutable_property_alist_;
   SCM mutable_property_alist_;
@@ -78,7 +73,6 @@ public:
     related classes.
    */
   Paper_def *paper_l () const;
-  Lookup const *lookup_l () const;
 
   /**
     add a dependency. It may be the 0 pointer, in which case, it is ignored.
@@ -106,7 +100,7 @@ public:
   virtual void discretionary_processing ();
   virtual SCM do_derived_mark ();
 
-  Molecule get_molecule () const;
+  Molecule get_molecule () const;
   void suicide ();
   
   DECLARE_SCHEME_CALLBACK(preset_extent, (SCM smob, SCM axis));