mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove unused TextMetrics::maxWidth()
This commit is contained in:
parent
4fb8e9b639
commit
e52a83549d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user