From: fred Date: Tue, 26 Mar 2002 22:43:14 +0000 (+0000) Subject: lilypond-1.3.4 X-Git-Tag: release/1.5.59~1999 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=66c6ec0cea4b46fa101945dd5558dce410b53405;p=lilypond.git lilypond-1.3.4 --- diff --git a/lily/staff-side.cc b/lily/staff-side.cc index 5f923b89d8..5e737330a0 100644 --- a/lily/staff-side.cc +++ b/lily/staff-side.cc @@ -16,7 +16,6 @@ Staff_side_element::Staff_side_element () { - set_direction (CENTER); to_position_l_ = 0; set_elt_property ("transparent", SCM_BOOL_T); axis_ = Y_AXIS; diff --git a/lily/stem.cc b/lily/stem.cc index 178166d73b..2975f3321a 100644 --- a/lily/stem.cc +++ b/lily/stem.cc @@ -19,25 +19,11 @@ #include "beam.hh" #include "rest.hh" -void -Stem::set_direction (Direction d) -{ - if (!get_direction ()) - warning (_ ("stem direction set already!")); - - dir_ = d; - - /* - todo - */ -} - Stem::Stem () { beams_i_drul_[LEFT] = beams_i_drul_[RIGHT] = -1; yextent_drul_[DOWN] = yextent_drul_[UP] = 0; flag_i_ = 2; - set_direction (CENTER); beam_l_ = 0; }