]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-configuration.hh
grob.cc: rewrite O(n^2) algorithm in Grob::common_refpoint algorithm to O(n)
[lilypond.git] / lily / include / dot-configuration.hh
index b6b39dd41d3870268c2e85ac72d54a2ac6bb67bd..3aeb328e8303597282f4f8946d30ffbc27375de4 100644 (file)
@@ -32,22 +32,20 @@ struct Dot_position
   Direction dir_;
   Grob *dot_;
   Box dot_extents_;
-  bool extremal_head_;
   Interval x_extent_;
-  
+
   Dot_position ()
   {
     dot_ = 0;
     pos_ = 0;
     dir_ = CENTER;
-    extremal_head_ = false;
   }
 };
 
 struct Dot_configuration : public map<int, Dot_position>
 {
   Dot_formatting_problem const *problem_;
-  
+
   Dot_configuration (Dot_formatting_problem const &);
   Real x_offset () const;
   int badness () const;