diff --git a/src/TextMetrics.cpp b/src/TextMetrics.cpp index e764da5976..32ea844f59 100644 --- a/src/TextMetrics.cpp +++ b/src/TextMetrics.cpp @@ -702,6 +702,8 @@ int TextMetrics::labelFill(pit_type const pit, Row const & row) const } +#if 0 +// Not used, see TextMetrics::rowBreakPoint. // this needs special handling - only newlines count as a break point static pos_type addressBreakPoint(pos_type i, Paragraph const & par) { @@ -713,6 +715,7 @@ static pos_type addressBreakPoint(pos_type i, Paragraph const & par) return end; } +#endif int TextMetrics::labelEnd(pit_type const pit) const