]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/col-info.cc
release: 1.1.59
[lilypond.git] / lily / col-info.cc
index fa87a8f65396ede486210bdb89d5646ba04fb372..2ebfd15d4f06ab5313a04a9bb18c25efe54bce7e 100644 (file)
@@ -6,7 +6,7 @@
   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-#include "p-col.hh"
+#include "paper-column.hh"
 #include "col-info.hh"
 #include "debug.hh"
 
@@ -33,7 +33,6 @@ Column_info::Column_info (Paper_column *col_l, Real const *fixed_C)
 {
   if (fixed_C)
     fixpos_p_.set_l (fixed_C);
-  ugh_b_ = false;
   pcol_l_ = col_l;
   width_ = pcol_l_->extent(X_AXIS);
   if (width_.empty_b())
@@ -43,7 +42,6 @@ Column_info::Column_info (Paper_column *col_l, Real const *fixed_C)
 
 Column_info::Column_info()
 {
-  ugh_b_ = false;
   pcol_l_ =0;
 }