]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
Make the non-drawing cases faster in TextMetrics::drawParagraph
[lyx.git] / src / TextMetrics.h
index 507213a5ab98f4679155e139b7800a041191a9a7..eef00ffd4dbd5fbd71f421f07e1857f5be9f3dbf 100644 (file)
@@ -104,9 +104,6 @@ public:
        /// current text height.
        int height() const { return dim_.height(); }
 
-       ///
-       int maxWidth() const { return max_width_; }
-
        ///
        int rightMargin(ParagraphMetrics const & pm) const;
        int rightMargin(pit_type const pit) const;