]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/axis-group-element.hh
release: 1.3.11
[lilypond.git] / lily / include / axis-group-element.hh
index 270bcdb03e2b4c91dd2e8ddf79eef9d304181938..3b1264d5fc6a46e39fdc3290a819f11b432737db 100644 (file)
@@ -21,37 +21,17 @@ class Axis_group_element : public virtual Score_element
 {
   /// modify fields of E for removal.
   void do_remove (Score_element*e);
-  void purge_extra ();
-
-
 
 protected:
   virtual Link_array<Score_element> get_extra_dependencies() const;
   virtual Link_array<Score_element> elem_l_arr() const;
   static Interval extent_callback (Dimension_cache const*);
-  
-
 
-  Interval extra_extent (Axis a) const;
 public:
-  // keep array in order.
-  bool ordered_b_;             
   Axis axes_[2];
     
-  Interval my_extent (Axis) const;
-
-
-
-  bool contains_b (Score_element const *) const;
   void add_element (Score_element*);
 
-  /**
-     add an element that only influences size, but does not have  X/Y parent
-     relationship with THIS.
-  */
-  void add_extra_element (Score_element*);
-
-
   Axis_group_element ();
   void set_axes (Axis,Axis);