From: fred Date: Sun, 24 Mar 2002 19:50:30 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4310 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ca999b0952b0ed107414a5d0704a0648f0e54dae;p=lilypond.git lilypond-0.1.1 --- diff --git a/lily/staffline.cc b/lily/staffline.cc index 7e4aa95741..f8bbcd306b 100644 --- a/lily/staffline.cc +++ b/lily/staffline.cc @@ -19,10 +19,3 @@ IMPLEMENT_IS_TYPE_B2(Line_of_staff,Spanner,Horizontal_vertical_group); - -void -Line_of_staff::add_element(Score_elem*elem_l) -{ - if (!elem_l->y_group_element_i_) - Horizontal_vertical_group::add_element(elem_l); -}