X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fminimal-page-breaking.cc;h=7ff43755b140841a631197afa0fa061b10be7ce4;hb=91dee7fa3d1e45278420ad0577f0043473a5fbf0;hp=1f4cb4d686cbb92d9d8142aba3a588dea7791d90;hpb=bc95f4434f760d41191341ab4508b2064eb19025;p=lilypond.git diff --git a/lily/minimal-page-breaking.cc b/lily/minimal-page-breaking.cc index 1f4cb4d686..7ff43755b1 100644 --- a/lily/minimal-page-breaking.cc +++ b/lily/minimal-page-breaking.cc @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2007--2010 Nicolas Sceaux + Copyright (C) 2007--2012 Nicolas Sceaux LilyPond is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -23,14 +23,8 @@ #include "page-spacing.hh" #include "paper-book.hh" -static bool -is_break (Grob *) -{ - return false; -} - Minimal_page_breaking::Minimal_page_breaking (Paper_book *pb) - : Page_breaking (pb, is_break) + : Page_breaking (pb, 0, 0) { }