X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Foptimal-page-breaking.hh;h=224f0e96d4e95864c0202e0f811b9cc4d18ce115;hb=bf14e3a7d89454c17f65b291d192d05752afad27;hp=2c52fb974b849758aac4d6db93e84080c58472ef;hpb=e18531db1f79fb685fbd16d6a2a67bf4b6c09915;p=lilypond.git diff --git a/lily/include/optimal-page-breaking.hh b/lily/include/optimal-page-breaking.hh index 2c52fb974b..224f0e96d4 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--2015 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); }; #endif /* OPTIMAL_PAGE_BREAKING_HH */