]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-configuration.hh
Dots in chords can not be moved Issue 1266
[lilypond.git] / lily / include / dot-configuration.hh
index 82fea8b5ba1072c37a5d40ab3cfd64de89f12f43..3aeb328e8303597282f4f8946d30ffbc27375de4 100644 (file)
@@ -32,7 +32,6 @@ struct Dot_position
   Direction dir_;
   Grob *dot_;
   Box dot_extents_;
-  bool extremal_head_;
   Interval x_extent_;
 
   Dot_position ()
@@ -40,7 +39,6 @@ struct Dot_position
     dot_ = 0;
     pos_ = 0;
     dir_ = CENTER;
-    extremal_head_ = false;
   }
 };