]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/optimal-page-breaking.hh
Run grand-replace for 2012
[lilypond.git] / lily / include / optimal-page-breaking.hh
index 2c52fb974b849758aac4d6db93e84080c58472ef..0e6a71d0d4830a82ba6d2c7d6203629c979a471b 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--2012 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);
 };
 
 #endif /* OPTIMAL_PAGE_BREAKING_HH */