X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foptimal-page-breaking.hh;h=0e6a71d0d4830a82ba6d2c7d6203629c979a471b;hb=30f2bb655e6f240a795af9f52c1476849b378ead;hp=1f943a45bbe3712e13dcf1d84df7fc4a00ca1a37;hpb=436440663fe93a8bb94776a3363376ee5c7c57af;p=lilypond.git diff --git a/lily/include/optimal-page-breaking.hh b/lily/include/optimal-page-breaking.hh index 1f943a45bb..0e6a71d0d4 100644 --- a/lily/include/optimal-page-breaking.hh +++ b/lily/include/optimal-page-breaking.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2010 Joe Neeman + Copyright (C) 2006--2012 Joe Neeman LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,9 +30,6 @@ public: Optimal_page_breaking (Paper_book *pb); virtual ~Optimal_page_breaking (); - -private: - vector solve_chunk (vsize, SCM); }; #endif /* OPTIMAL_PAGE_BREAKING_HH */