X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fminimal-page-breaking.cc;h=8f065632dd4575fa4494f2860c0bcf031246ef0b;hb=0b544cfb7332615ef809b71b57ab656741311ae1;hp=ddfc8b16a9d94e434af8f18a415fda5df4327da7;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/minimal-page-breaking.cc b/lily/minimal-page-breaking.cc index ddfc8b16a9..8f065632dd 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--2009 Nicolas Sceaux + Copyright (C) 2007--2014 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) { }