]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/cursor.h
CanAcceptFocus() now returns true if either the window itself or one of its children...
[wxWidgets.git] / include / wx / mgl / cursor.h
index 9cbc07a306bbbacd8ab40927f8fb8f61f9bc8c52..1b3f118b3f5da244eaacd6713285786613dc69e3 100644 (file)
@@ -33,8 +33,6 @@ public:
              long flags = wxBITMAP_TYPE_CUR_RESOURCE,
              int hotSpotX = 0, int hotSpotY = 0);
     virtual ~wxCursor();
-    bool operator == (const wxCursor& cursor) const;
-    bool operator != (const wxCursor& cursor) const;
     bool Ok() const { return IsOk(); }
     bool IsOk() const;