]> git.lyx.org Git - lyx.git/blobdiff - src/Row.h
Fix #10328.
[lyx.git] / src / Row.h
index 426f45edcc10cba3d377f1271fbdcb6009bbaa72..d210174ef9460b269433dc9ac1c88fc2d7cc318e 100644 (file)
--- a/src/Row.h
+++ b/src/Row.h
@@ -209,10 +209,6 @@ public:
        int ascent() const { return dim_.asc; }
        ///
        int descent() const { return dim_.des; }
-       ///
-       int totalAscent() const { return ascent() + top_padding; }
-       ///
-       int totalDescent() const { return dim_.des + bottom_padding; }
 
        /// The offset of the left-most cursor position on the row
        int left_x() const;
@@ -307,10 +303,6 @@ public:
        int left_margin;
        /// the right margin of the row
        int right_margin;
-       /// possible padding above the row
-       int top_padding;
-       /// possible padding below the row
-       int bottom_padding;
        ///
        mutable pos_type sel_beg;
        ///