]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/cursor.h
Rewrote wxNotebook, incl. PAGE_CHANGING event
[wxWidgets.git] / include / wx / motif / cursor.h
index 0fde1803354b01c56ab07e190532d946998a028e..2ca07ac040b7833607c4c9f60c7464737e9c942a 100644 (file)
@@ -55,7 +55,6 @@ public:
 
   // Copy constructors
   inline wxCursor(const wxCursor& cursor) { Ref(cursor); }
-  inline wxCursor(const wxCursor* cursor) { if (cursor) Ref(*cursor); }
 
   wxCursor(const char bits[], int width, int height, int hotSpotX = -1, int hotSpotY = -1,
     const char maskBits[] = NULL);