]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
* scm/define-grob-properties.scm: remove 'type
[lilypond.git] / lily / column-x-positions.cc
index b84a7f1ae5632997c54b0d5ee6b6049df1823686..1615e4a49a4ba4387536af9e2bdcbb5a676941ff 100644 (file)
@@ -3,17 +3,17 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "column-x-positions.hh"
 #include "real.hh"
-#include "debug.hh"
+
 
 Column_x_positions::Column_x_positions ()
 {
   satisfies_constraints_b_ = false;
-  force_f_ = 0;
+  force_ = 0;
 }