summaryrefslogtreecommitdiff
path: root/line.hh
diff options
context:
space:
mode:
Diffstat (limited to 'line.hh')
-rw-r--r--line.hh7
1 files changed, 1 insertions, 6 deletions
diff --git a/line.hh b/line.hh
index 3e698659e9..641ddf257d 100644
--- a/line.hh
+++ b/line.hh
@@ -34,11 +34,6 @@ Line_of_score {
/// one broken line of staff.
struct Line_of_staff {
- Real height;
-
- /// y-pos of the baseline, measured from the top.
- Real base;
-
PointerList<Spanner *> brokenspans;
Line_of_score const * scor;
const PStaff *pstaff_;
@@ -47,7 +42,7 @@ struct Line_of_staff {
String TeXstring() const;
Line_of_staff(Line_of_score*, PStaff *);
- Real maxheight()const;
+ Interval height() const;
};
#endif