]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/optimal-page-breaking.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / optimal-page-breaking.hh
index bf3a56567cfdff1a1518c8824baea8620ad7dade..546d057fbaf2936fbe3974d08ef7716c8bb4f885 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2009 Joe Neeman <joeneeman@gmail.com>
+  Copyright (C) 2006--2014 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 */