X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fgrob.cc;h=a3f41a856d3a6c90a01bfb8e8dfd11354b24b3bc;hb=31817eb3359082c113e64688703d0841e96b9b32;hp=e37fc94302bba8e1c2012db54952ee0287fa5e63;hpb=1b67b706db8d1098bd2724e99f99a22132c99c68;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)