Make RowRanges::GetSize() inline
No real changes.
This commit is contained in:
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user