X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fscore-element-info.hh;h=95d69a0d484a2929bdbb6433e15a95a83ad44b92;hb=ae9dfbb452eff2e47f1330854a12d73161fcb677;hp=34a5a497168ef1b3cdf5f9dc1fce859cdc9c0fd1;hpb=5bfcde359e5e76a9cfb0ab357ed34a308eedba84;p=lilypond.git diff --git a/lily/include/score-element-info.hh b/lily/include/score-element-info.hh index 34a5a49716..95d69a0d48 100644 --- a/lily/include/score-element-info.hh +++ b/lily/include/score-element-info.hh @@ -19,12 +19,10 @@ */ struct Score_element_info { Score_element * elem_l_; - Graphical_lisp_element * lisp_l_; Request*req_l_; Array origin_grav_l_arr_; Score_element_info (Score_element*, Request*); - Score_element_info (Graphical_lisp_element*, Request*); Score_element_info(); };