X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscore-element-info.hh;h=95d69a0d484a2929bdbb6433e15a95a83ad44b92;hb=30270f615f32a6b93e7b09bf55d1b8a7d7aad7ca;hp=34a5a497168ef1b3cdf5f9dc1fce859cdc9c0fd1;hpb=9f88b957750d767f2230004a4bf2d4eccca7decf;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(); };