]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
patch::: 1.3.85.jcn3
[lilypond.git] / lily / column-x-positions.cc
index 91c616fcb079c0b43163f19288693bad34a0deb0..3a56d61cce272f67bb0cc0c015ff82206b493665 100644 (file)
@@ -3,40 +3,19 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "column-x-positions.hh"
-#include "simple-spacer.hh"    // ugh
 #include "real.hh"
 #include "debug.hh"
 
 Column_x_positions::Column_x_positions()
 {
-  energy_f_ = infinity_f;
   satisfies_constraints_b_ = false;
-  spacer_l_ =0;
+  force_f_ = 0;
 }
 
-Column_x_positions::~Column_x_positions()
-{
-
-}
-
-void
-Column_x_positions::add_paper_column (Paper_column*c)
-{
-  cols_.push (c);
-}
-
-void
-Column_x_positions::print() const
-{
-#ifndef NPRINT
-  DEBUG_OUT << "energy : " << energy_f_ << '\n';
-  DEBUG_OUT << "line of " << config_.size() << " cols\n";
-#endif
-}