]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cursor.h
Fix discrepancy between different ways of measuring text extents under Mac.
[wxWidgets.git] / include / wx / osx / cursor.h
index cf00e0c8e477f86521b671782dd20072479a3390..e252623f3398bc6b3953a604be1a9ab3f694672b 100644 (file)
@@ -21,7 +21,6 @@ public:
     wxCursor();
 
     wxCursor(const wxImage & image) ;
-    wxCursor(const char* const* bits);
     wxCursor(const wxString& name,
              wxBitmapType type = wxCURSOR_DEFAULT_TYPE,
              int hotSpotX = 0, int hotSpotY = 0);
@@ -32,8 +31,6 @@ public:
 #endif
     virtual ~wxCursor();
 
-    bool CreateFromXpm(const char* const* bits);
-
     void MacInstall() const ;
 
     void SetHCURSOR(WXHCURSOR cursor);