]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-spacing-result.cc
Add beam typenames to typename list.
[lilypond.git] / lily / page-spacing-result.cc
index 9cd044f16c2afb5afe2d903e5f0dd24b414d70c7..827dbd44444fca9e450f58bd1820b53bda917499 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2010 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2007--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 
   LilyPond is free software: you can redistribute it and/or modify
@@ -28,16 +28,6 @@ Page_spacing_result::Page_spacing_result ()
   system_count_status_ = SYSTEM_COUNT_OK;
 }
 
-vsize
-Page_spacing_result::system_count () const
-{
-  vsize total = 0;
-  for (vsize i = 0; i < systems_per_page_.size(); i++)
-    total += systems_per_page_[i];
-
-  return total;      
-}
-
 vsize
 Page_spacing_result::page_count () const
 {