X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faxis-group-engraver.cc;h=849aee96eb32e1dff1360c17332862f1c4060cf4;hb=545092a25d8ca41dc90b87482474b3719f7130a9;hp=2796f05ca4272ac18134954e6fea6c42ec9ea4b3;hpb=31a6650e2b2a5c1cae3237ee47b80cd43d084d53;p=lilypond.git diff --git a/lily/axis-group-engraver.cc b/lily/axis-group-engraver.cc index 2796f05ca4..849aee96eb 100644 --- a/lily/axis-group-engraver.cc +++ b/lily/axis-group-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2005 Han-Wen Nienhuys + (c) 1999--2005 Han-Wen Nienhuys */ #include "axis-group-engraver.hh" @@ -82,19 +82,7 @@ Axis_group_engraver::process_acknowledged () staffline_ = 0; break; } -#if 0 - else if (elts_[i]->is_empty (Y_AXIS)) - { - /* - We have to do _something_, otherwise staff objects will - end up with System as parent. - - */ - elts_[i]->set_parent (staffline_, Y_AXIS); - } - else -#endif - add_element (elts_[i]); + add_element (elts_[i]); } } elts_.clear ();