]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/optimal-page-breaking.cc
Remove unused code.
[lilypond.git] / lily / optimal-page-breaking.cc
index 455aad3274ec4f644b629107114b56b60b2213d7..e404711b4b70066214846c83a5e34d2a6708c297 100644 (file)
@@ -53,9 +53,7 @@ Optimal_page_breaking::solve ()
   Line_division best_division = ideal_line_division;
   vsize min_sys_count = 1;
 
-  // Note that Page_breaking only counts non-title systems in
-  // system_count (whereas Page_spacing_result::system_count counts
-  // titles and non-titles).
+  // Note that system_count () only counts non-title systems.
   vsize ideal_sys_count = system_count ();
   
   if (!scm_is_integer (forced_page_count))