]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-system.hh
* lily/include/paper-system.hh (class Paper_system): remove
[lilypond.git] / lily / include / paper-system.hh
index e35077b9cb1d219dd25e329e60ef3bcf7953eb03..7cf6285ed503b25dc1836d13fb7d7296889b9de8 100644 (file)
@@ -26,7 +26,6 @@ class Paper_system
 
   void init_vars ();
 public:
-  Interval staff_refpoints_;
 
   Paper_system (Stencil, SCM);
   Stencil to_stencil () const;
@@ -35,7 +34,6 @@ public:
   void internal_set_property (SCM sym, SCM val);
   bool is_title () const;
   Real break_before_penalty () const;
-  Interval staff_refpoints () const;
 };
 
 DECLARE_UNSMOB (Paper_system, paper_system);