]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/optimal-page-breaking.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / optimal-page-breaking.hh
index 1f943a45bbe3712e13dcf1d84df7fc4a00ca1a37..224f0e96d4e95864c0202e0f811b9cc4d18ce115 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2010 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2006--2015 Joe Neeman <joeneeman@gmail.com>
 
   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<vsize> solve_chunk (vsize, SCM);
 };
 
 #endif /* OPTIMAL_PAGE_BREAKING_HH */