X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob.cc;fp=lily%2Fgrob.cc;h=a3f41a856d3a6c90a01bfb8e8dfd11354b24b3bc;hb=a9aa7e95c8f53ebd3307bd4b68da66cdbda90343;hp=e37fc94302bba8e1c2012db54952ee0287fa5e63;hpb=8124604a6b0258349e12b26af93cf1d014b72f5f;p=lilypond.git diff --git a/lily/grob.cc b/lily/grob.cc index e37fc94302..a3f41a856d 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -702,17 +702,6 @@ Grob::stencil_width (SCM smob) return grob_stencil_extent (me, X_AXIS); } -Stream_event* -Grob::event_cause () -{ - SCM cause = get_property ("cause"); - if (to_boolean (Stream_event::smob_p (cause))) - return unsmob_stream_event (cause); - else if (to_boolean (Grob::smob_p (cause))) - return unsmob_grob (cause)->event_cause (); - - return 0; -} Grob * common_refpoint_of_list (SCM elist, Grob *common, Axis a)