]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spacing-options.cc
page breaking coding style
[lilypond.git] / lily / spacing-options.cc
index 9a73ad6d7f70abd51e00cd5e2031a6239c52d3c7..8c7b7c3ca5191002cc1477be2d0e666552eb71d7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2006 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2006--2007 Han-Wen Nienhuys <hanwen@lilypond.org>
 
 */
 
@@ -35,8 +35,6 @@ Spacing_options::init_from_grob (Grob *me)
     global_shortest_ = shortest_dur.main_part_;
   else
     global_shortest_ = shortest_dur.grace_part_;
-
-  columns_ = Spacing_spanner::get_columns (me);        // ugh.
 }
 
 Spacing_options::Spacing_options ()