X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob-info.cc;h=6d57705f9f90f925e70ff1c53bf2690a3a630951;hb=7e72a1e50e94a7f9738d62599de79fe7745f600c;hp=fff2596a9d0a1960cfdc3a7010a9a89662f93a9d;hpb=a6ee9dcd388111e842064a8d46ab06c4897a00d2;p=lilypond.git diff --git a/lily/grob-info.cc b/lily/grob-info.cc index fff2596a9d..6d57705f9f 100644 --- a/lily/grob-info.cc +++ b/lily/grob-info.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2002 Han-Wen Nienhuys + (c) 1997--2004 Han-Wen Nienhuys */ #include "grob.hh" @@ -11,12 +11,6 @@ #include "music.hh" #include "translator-group.hh" -Grob_info::Grob_info (Grob*s) -{ - grob_ = s; - origin_trans_ = 0; -} - Grob_info::Grob_info () { @@ -26,7 +20,6 @@ Grob_info::Grob_info () Music* Grob_info::music_cause () - { SCM cause = grob_->get_grob_property ("cause"); return unsmob_music (cause);