X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1de0f8e33b47c8bb8bd85eb6553d5cc6b47b5eb4..062da35e344e5291225e31ca61420d1d18b8d66f:/wxPython/src/_region.i?ds=sidebyside diff --git a/wxPython/src/_region.i b/wxPython/src/_region.i index a1394b3056..7a0dcb737c 100644 --- a/wxPython/src/_region.i +++ b/wxPython/src/_region.i @@ -50,18 +50,8 @@ public: %name(RegionFromBitmapColour)wxRegion(const wxBitmap& bmp, const wxColour& transColour, int tolerance = 0); -#ifndef __WXMAC__ %name(RegionFromPoints)wxRegion(int points, wxPoint* points_array, int fillStyle = wxWINDING_RULE); -#else - %extend { - %name(RegionFromPoints)wxRegion(int points, wxPoint* points_array, - int fillStyle = wxWINDING_RULE) { - wxPyRaiseNotImplemented(); - return NULL; - } - } -#endif ~wxRegion();