Remove outdated comment from wxGridSelection code

Don't mention variable which doesn't exist any more.
This commit is contained in:
Vadim Zeitlin
2020-04-05 01:52:35 +02:00
parent 0ab23a0072
commit 13978a6626

View File

@@ -94,7 +94,6 @@ void wxGridSelection::SetSelectionMode( wxGrid::wxGridSelectionModes selmode )
}
else
{
// Note that m_blockSelectionTopLeft's size may be changing!
for ( size_t n = m_selection.size(); n > 0; )
{
n--;