remove unused private member m_ordered from wxDataViewVirtualListModel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73271 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett 2012-12-26 17:47:47 +00:00
parent 63a4b41eda
commit c1bae26d32

View File

@ -432,7 +432,6 @@ public:
private:
unsigned int m_size;
bool m_ordered;
};
#endif