]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/system.hh
The IR guide
[lilypond.git] / lily / include / system.hh
index 3a5b39ad4e75104cec0d141affe71dd26c78486b..918243d0a0e47e7bc6b40f8f840345e29d57c326 100644 (file)
@@ -20,8 +20,6 @@ class System : public Spanner
 {
   int rank_;
   Grob_array *all_elements_;
-  Skyline_pair skylines_;
-  void build_skylines ();
   void init_elements ();
   friend class Paper_score;    // ugh.
   Paper_score *pscore_;        // ugh.