]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
2003 -> 2004
[lilypond.git] / lily / column-x-positions.cc
index 25326109730a7a0a96ccbbc1d8cbea88b4ff19ec..42e8a00498988441e69c839264e752573a39c747 100644 (file)
@@ -3,34 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "column-x-positions.hh"
 #include "real.hh"
-#include "debug.hh"
 
-Column_x_positions::Column_x_positions()
-{
-  energy_f_ = infinity_f;
-  satisfies_constraints_b_ = false;
-  force_f_ = 0;
-}
 
-Column_x_positions::~Column_x_positions()
+Column_x_positions::Column_x_positions ()
 {
+  satisfies_constraints_b_ = false;
+  force_ = 0;
 }
 
 
-void
-Column_x_positions::print() const
-{
-#ifndef NPRINT
-  DEBUG_OUT << "energy : " << energy_f_ << '\n';
-  DEBUG_OUT << "line of " << config_.size() << " cols\n";
-#endif
-}
-