]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/minimal-page-breaking.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / minimal-page-breaking.cc
index 1b5fce910dae44ea0449066aa9be06820859643c..4588dddc3a8a34f6a301c095fc6b4d14677b31c8 100644 (file)
@@ -5,7 +5,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2007--2008 Nicolas Sceaux <nicolas.sceaux@free.fr>
+  (c) 2007--2009 Nicolas Sceaux <nicolas.sceaux@free.fr>
 */
 
 #include "international.hh"
@@ -15,9 +15,8 @@
 #include "paper-book.hh"
 
 static bool
-is_break (Grob *g)
+is_break (Grob *)
 {
-  (void) g; /* shutup warning */
   return false;
 }