]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed redundant member variable.
authorStefan Neis <Stefan.Neis@t-online.de>
Sat, 18 Mar 2000 23:24:51 +0000 (23:24 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sat, 18 Mar 2000 23:24:51 +0000 (23:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/cursor.h

index 7bf944fcc1ced45e3a14f4c28e3f906b10f410da..e261d2cc07471b98cf23f68d37779fe32c84ef06 100644 (file)
@@ -23,7 +23,6 @@ public:
     ~wxCursorRefData();
 
 protected:
-  WXHCURSOR m_hCursor;
   bool m_destroyCursor;
 };