Removed redundant member variable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2000-03-18 23:24:51 +00:00
parent 7a85f3f97c
commit 999e841c9e

View File

@ -23,7 +23,6 @@ public:
~wxCursorRefData();
protected:
WXHCURSOR m_hCursor;
bool m_destroyCursor;
};