diff --git a/include/wx/dataview.h b/include/wx/dataview.h index dca249147a..ee31afec70 100644 --- a/include/wx/dataview.h +++ b/include/wx/dataview.h @@ -293,7 +293,6 @@ private: wxDataViewItemArray m_hash; unsigned int m_lastIndex; bool m_ordered; - bool m_useHash; }; // ---------------------------------------------------------