Remove wxEnumProperty::ms_prevIndex

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-03-03 21:04:08 +00:00
parent f1f688c84d
commit ed9e243d58
2 changed files with 0 additions and 4 deletions

View File

@@ -449,7 +449,6 @@ private:
// Relies on ValidateValue being called always before OnSetValue
static int ms_nextIndex;
static int ms_prevIndex;
};
// -----------------------------------------------------------------------