Remove declaration of unused variable
This commit is contained in:
@@ -942,7 +942,6 @@ wxString wxPropertyGridInterface::SaveEditableState( int includedStates ) const
|
|||||||
}
|
}
|
||||||
if ( includedStates & ExpandedState )
|
if ( includedStates & ExpandedState )
|
||||||
{
|
{
|
||||||
wxArrayPGProperty ptrs;
|
|
||||||
wxPropertyGridConstIterator it =
|
wxPropertyGridConstIterator it =
|
||||||
wxPropertyGridConstIterator( pageState,
|
wxPropertyGridConstIterator( pageState,
|
||||||
wxPG_ITERATE_ALL_PARENTS_RECURSIVELY|wxPG_ITERATE_HIDDEN,
|
wxPG_ITERATE_ALL_PARENTS_RECURSIVELY|wxPG_ITERATE_HIDDEN,
|
||||||
|
Reference in New Issue
Block a user