Remove declaration of unused variable

This commit is contained in:
Artur Wieczorek 2018-10-12 22:09:08 +02:00
parent 12a755acf8
commit 56fa1e0f56

View File

@ -942,7 +942,6 @@ wxString wxPropertyGridInterface::SaveEditableState( int includedStates ) const
}
if ( includedStates & ExpandedState )
{
wxArrayPGProperty ptrs;
wxPropertyGridConstIterator it =
wxPropertyGridConstIterator( pageState,
wxPG_ITERATE_ALL_PARENTS_RECURSIVELY|wxPG_ITERATE_HIDDEN,