]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-element.hh
release: 1.3.10
[lilypond.git] / lily / include / axis-group-element.hh
index d2ea0b96ea885cfc22073919e0cbd5d7e02245c2..270bcdb03e2b4c91dd2e8ddf79eef9d304181938 100644 (file)
@@ -19,8 +19,6 @@
   */
 class Axis_group_element : public virtual Score_element
 {
-  Link_array<Score_element> extra_elems_;
-
   /// modify fields of E for removal.
   void do_remove (Score_element*e);
   void purge_extra ();
@@ -38,7 +36,6 @@ protected:
 public:
   // keep array in order.
   bool ordered_b_;             
-  Link_array<Score_element> elem_l_arr_;
   Axis axes_[2];
     
   Interval my_extent (Axis) const;