]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/cursor.h
hack to allow icons in wxStaticBitmap as well as bitmaps
[wxWidgets.git] / include / wx / msw / cursor.h
index f72d922d05656ebe37b7775075485961bac4178e..d15f6fcb1ab36613a0a31a260c8d2bbdb5042f1a 100644 (file)
@@ -44,7 +44,6 @@ public:
 
   // Copy constructors
   inline wxCursor(const wxCursor& cursor) { Ref(cursor); }
-  inline wxCursor(const wxCursor* cursor) { /* UnRef(); */ if (cursor) Ref(*cursor); }
 
   wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1,
     const char maskBits[] = NULL);