]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/minimal-page-breaking.cc
Release: bump Welcome versions.
[lilypond.git] / lily / minimal-page-breaking.cc
index 1f4cb4d686cbb92d9d8142aba3a588dea7791d90..968c4bf9b705858e6f1afafb583674c8c8fff054 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2010 Nicolas Sceaux <nicolas.sceaux@free.fr>
+  Copyright (C) 2007--2015 Nicolas Sceaux <nicolas.sceaux@free.fr>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
 #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)
 {
 }