Make RowRanges::GetSize() inline

No real changes.
This commit is contained in:
Vadim Zeitlin
2018-12-07 04:00:35 +01:00
parent 85557d818d
commit 9eea5cae23
2 changed files with 7 additions and 7 deletions

View File

@@ -191,12 +191,6 @@ unsigned int RowRanges::CountTo(unsigned int row) const
return ctr;
}
unsigned int RowRanges::GetSize() const // for debugging statistics
{
return m_ranges.size();
}
// ----------------------------------------------------------------------------
// HeightCache
// ----------------------------------------------------------------------------