]> git.lyx.org Git - features.git/commitdiff
Remove unused TextMetrics::maxWidth()
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 28 Feb 2016 15:34:33 +0000 (16:34 +0100)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:45 +0000 (17:55 -0400)
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;