]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-element-info.cc
release: 1.1.29
[lilypond.git] / lily / score-element-info.cc
index 8288c16cc1ee1bde71f30e32c6f93ec1fb8fe93b..a5d19969d793ddca0723e6e53487803bb3c0b44f 100644 (file)
@@ -3,30 +3,22 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "score-element-info.hh"
 #include "request.hh"
 
-Score_element_info::Score_element_info (Score_element*s_l, Request*r_l)
+Score_element_info::Score_element_info (Score_element*s_l, Music *r_l)
 {
   elem_l_ = s_l;
-  lisp_l_ = 0;
   req_l_ = r_l;
 }
 
-Score_element_info::Score_element_info (Graphical_lisp_element*g_l, Request*r_l)
-{
-  elem_l_ = 0;
-  lisp_l_ = g_l;
-  req_l_ = r_l;
-}
 
 Score_element_info::Score_element_info()
 {
   elem_l_ = 0;
-  lisp_l_ = 0;
   req_l_ = 0;
 }