X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..27cc91429d3cfaa5f2de6de299a97da89bdab799:/include/wx/mgl/cursor.h diff --git a/include/wx/mgl/cursor.h b/include/wx/mgl/cursor.h index b24f033728..c3146e569d 100644 --- a/include/wx/mgl/cursor.h +++ b/include/wx/mgl/cursor.h @@ -26,7 +26,6 @@ public: wxCursor(); wxCursor(int cursorId); - wxCursor(const wxCursor &cursor); wxCursor(const char bits[], int width, int height, int hotSpotX=-1, int hotSpotY=-1, const char maskBits[]=0, wxColour *fg=0, wxColour *bg=0); @@ -34,7 +33,6 @@ public: long flags = wxBITMAP_TYPE_CUR_RESOURCE, int hotSpotX = 0, int hotSpotY = 0); ~wxCursor(); - wxCursor& operator = ( const wxCursor& cursor ); bool operator == (const wxCursor& cursor) const; bool operator != (const wxCursor& cursor) const; bool Ok() const;