]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/volta-bracket.cc
remove obsolete comment
[lilypond.git] / lily / volta-bracket.cc
index 9c2e4ea669921abec644dd8159dde2f15500dd4b..fb3cb12fc604341342dfe847e77189fbb08bf07e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #include <cstring>
@@ -99,7 +99,7 @@ Volta_bracket_interface::print (SCM smob)
       num.align_to (Y_AXIS, UP);
       num.translate_axis (-0.5, Y_AXIS);
       total.add_at_edge (X_AXIS, LEFT, num, - num.extent (X_AXIS).length ()
-                        - 1.0, 0);
+                        - 1.0);
     }
   
   total.translate_axis (left, X_AXIS);
@@ -160,12 +160,6 @@ Volta_bracket_interface::add_bar (Grob *me, Item *b)
   add_bound_item (dynamic_cast<Spanner *> (me), b);
 }
 
-void
-Volta_bracket_interface::add_column (Grob *me, Grob *c)
-{
-  Side_position_interface::add_support (me, c);
-}
-
 ADD_INTERFACE (Volta_bracket_interface,
               "Volta bracket with number",