]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/cursor.h
destroy m_impl even if an exception is thrown from the main loop
[wxWidgets.git] / include / wx / palmos / cursor.h
index ef083421ad26b12714f1bfec04d4f7de88cfc563..f4e8a90e0d10beb9ff42248903fdea71e1b71e6d 100644 (file)
@@ -32,10 +32,6 @@ public:
     wxCursor(int idCursor);
     virtual ~wxCursor();
 
-    bool operator==(const wxCursor& cursor) const;
-    bool operator!=(const wxCursor& cursor) const
-        { return !(*this == cursor); }
-
     // implementation only
     void SetHCURSOR(WXHCURSOR cursor) { SetHandle((WXHANDLE)cursor); }
     WXHCURSOR GetHCURSOR() const { return (WXHCURSOR)GetHandle(); }