X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdot-configuration.hh;h=3aeb328e8303597282f4f8946d30ffbc27375de4;hb=0722babbea9d5a6b26c4872cbb7ba41ba55cb7bc;hp=82fea8b5ba1072c37a5d40ab3cfd64de89f12f43;hpb=4a401ca1c60f428daa242dbdd102fdb3f327ebfb;p=lilypond.git diff --git a/lily/include/dot-configuration.hh b/lily/include/dot-configuration.hh index 82fea8b5ba..3aeb328e83 100644 --- a/lily/include/dot-configuration.hh +++ b/lily/include/dot-configuration.hh @@ -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; } };