From: Stefan Neis Date: Sat, 18 Mar 2000 23:24:51 +0000 (+0000) Subject: Removed redundant member variable. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/999e841c9e389782e3e5a473256d2da811a414f5 Removed redundant member variable. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/cursor.h b/include/wx/os2/cursor.h index 7bf944fcc1..e261d2cc07 100644 --- a/include/wx/os2/cursor.h +++ b/include/wx/os2/cursor.h @@ -23,7 +23,6 @@ public: ~wxCursorRefData(); protected: - WXHCURSOR m_hCursor; bool m_destroyCursor; };