]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/column-x-positions.cc
release: 1.3.106
[lilypond.git] / lily / column-x-positions.cc
index 25326109730a7a0a96ccbbc1d8cbea88b4ff19ec..3a56d61cce272f67bb0cc0c015ff82206b493665 100644 (file)
@@ -3,7 +3,7 @@
 
   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"
 
 Column_x_positions::Column_x_positions()
 {
-  energy_f_ = infinity_f;
   satisfies_constraints_b_ = false;
   force_f_ = 0;
 }
 
-Column_x_positions::~Column_x_positions()
-{
-}
-
-
-void
-Column_x_positions::print() const
-{
-#ifndef NPRINT
-  DEBUG_OUT << "energy : " << energy_f_ << '\n';
-  DEBUG_OUT << "line of " << config_.size() << " cols\n";
-#endif
-}