Remove outdated comment from wxGridSelection code
Don't mention variable which doesn't exist any more.
This commit is contained in:
@@ -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--;
|
||||
|
Reference in New Issue
Block a user