Remove usused variable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2008-04-22 08:29:01 +00:00
parent d2ddc77dce
commit 07cf4247ec

View File

@ -293,7 +293,6 @@ private:
wxDataViewItemArray m_hash;
unsigned int m_lastIndex;
bool m_ordered;
bool m_useHash;
};
// ---------------------------------------------------------