From 56fa1e0f565ce7040187eff0fa7d5b7cdd442bb5 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Fri, 12 Oct 2018 22:09:08 +0200 Subject: [PATCH] Remove declaration of unused variable --- src/propgrid/propgridiface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/propgrid/propgridiface.cpp b/src/propgrid/propgridiface.cpp index 9d2e86c45c..d5083ecac5 100644 --- a/src/propgrid/propgridiface.cpp +++ b/src/propgrid/propgridiface.cpp @@ -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,