X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foptimal-page-breaking.hh;h=2ecfad8d9c5c01a79f3538397c7b5ac9174839da;hb=9cada1c1aa1666beb1895a31c95671f7cc32c205;hp=8e312233ad3732081746f5c0090fca8f6bcd8015;hpb=6224c5c3bfe0a4c7aef15a060a323c77c99bd3f0;p=lilypond.git diff --git a/lily/include/optimal-page-breaking.hh b/lily/include/optimal-page-breaking.hh index 8e312233ad..2ecfad8d9c 100644 --- a/lily/include/optimal-page-breaking.hh +++ b/lily/include/optimal-page-breaking.hh @@ -5,7 +5,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006 Joe Neeman + (c) 2006--2007 Joe Neeman */ #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 line_count); - Spacing_result try_page_spacing (vector line_count); }; #endif /* OPTIMAL_PAGE_BREAKING_HH */