]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/optimal-page-breaking.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / optimal-page-breaking.hh
index 8e312233ad3732081746f5c0090fca8f6bcd8015..6dd4433cbc4047074a74e168b2d42261a24c6894 100644 (file)
@@ -5,7 +5,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Joe Neeman <joeneeman@gmail.com>
+  (c) 2006--2008 Joe Neeman <joeneeman@gmail.com>
 */
 
 #ifndef OPTIMAL_PAGE_BREAKING_HH
@@ -21,10 +21,6 @@ public:
 
   Optimal_page_breaking (Paper_book *pb);
   virtual ~Optimal_page_breaking ();
-
-private:
-  SCM make_lines (vector<vsize> line_count);
-  Spacing_result try_page_spacing (vector<vsize> line_count);
 };
 
 #endif /* OPTIMAL_PAGE_BREAKING_HH */