X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faudio-item.cc;h=bdcf76b57f7852660d359d00e9051355d26d954a;hb=978cbc12a1c129652e81d0d69eac52f39b59628b;hp=d72adbcc7d9011031e3a73f3fd0244e7b2d85338;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/audio-item.cc b/lily/audio-item.cc index d72adbcc7d..bdcf76b57f 100644 --- a/lily/audio-item.cc +++ b/lily/audio-item.cc @@ -68,21 +68,3 @@ Audio_text::Audio_text (Audio_text::Type type, String text_string) type_ = type; } -Audio_tie::Audio_tie () -{ - note_drul_[RIGHT] = 0; - note_drul_[LEFT] = 0; -} - -void -Audio_tie::set_note (Direction d, Audio_note* note) -{ - assert (!note_drul_[d]); - note_drul_[d] = note; - //set_bound (d, head); - - // add_dependency (head); -} - - -