]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/colhpos.hh
release: 1.1.59
[lilypond.git] / lily / include / colhpos.hh
index 8b9d34b614e2ec06eeb1545f7e3a520733d6a2d1..98b808a5bb790db67507f8343a5c52f829707e59 100644 (file)
@@ -14,10 +14,9 @@ typedef Link_array<Paper_column>  Line_of_cols;
 
 struct Column_x_positions {
   Line_spacer * spacer_l_;
-  bool ugh_b_;
-  Line_of_cols error_col_l_arr_;
-  Line_of_cols cols;
-  Array<Real> config;
+  Line_of_cols cols_;
+  Array<Real> config_;
+  
   Real energy_f_;
   bool satisfies_constraints_b_;