]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/break-algorithm.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / break-algorithm.cc
index 96f4031a08957e5c7e610c7c5c11fc85775da699..083aca8cbe03d187d8fc58da0351a16eaabe7a13 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1996--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "break-algorithm.hh"
@@ -14,7 +14,6 @@
 #include "paper-column.hh"
 #include "cpu-timer.hh"
 #include "simple-spacer.hh"
-#include "group-interface.hh"
 
 Array<int>
 Break_algorithm::find_break_indices () const
@@ -68,9 +67,7 @@ Break_algorithm::generate_spacing_problem (Link_array<Grob> const &curline,
     sort out how interfacing this should work;
   */
   if (line.is_empty ())
-    {
-      sp->line_len_ = -1;
-    }
+    sp->line_len_ = -1;
   else
     sp->line_len_ = line.length ();
 
@@ -99,3 +96,6 @@ Break_algorithm::solve () const
   return h;
 }
 
+Break_algorithm::~Break_algorithm ()
+{
+}