From e52a83549db311883d93dff4595ead7622dbfa75 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Sun, 28 Feb 2016 16:34:33 +0100 Subject: [PATCH] Remove unused TextMetrics::maxWidth() --- src/TextMetrics.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/TextMetrics.h b/src/TextMetrics.h index 507213a5ab..eef00ffd4d 100644 --- a/src/TextMetrics.h +++ b/src/TextMetrics.h @@ -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; -- 2.39.2