X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5b96ee156e44f7f68451fbb6e8529a99a65cb44..dcbbda5451ead669e94e17a2a4d206295bed183b:/wxPython/src/mac/_gdi_wrap.cpp diff --git a/wxPython/src/mac/_gdi_wrap.cpp b/wxPython/src/mac/_gdi_wrap.cpp index ea99b4c852..af7167448c 100644 --- a/wxPython/src/mac/_gdi_wrap.cpp +++ b/wxPython/src/mac/_gdi_wrap.cpp @@ -708,10 +708,6 @@ wxCursor *new_wxCursor(wxString const *cursorName,long type,int hotSpotX,int hot } -wxRegion *new_wxRegion(int points,wxPoint *points_array,int fillStyle){ - wxPyRaiseNotImplemented(); - return NULL; - } void wxRegionIterator_Next(wxRegionIterator *self){ (*self) ++; } @@ -4745,7 +4741,7 @@ static PyObject *_wrap_new_RegionFromPoints(PyObject *self, PyObject *args, PyOb { if (!wxPyCheckForApp()) SWIG_fail; PyThreadState* __tstate = wxPyBeginAllowThreads(); - result = (wxRegion *)new_wxRegion(arg1,arg2,arg3); + result = (wxRegion *)new wxRegion(arg1,arg2,arg3); wxPyEndAllowThreads(__tstate); if (PyErr_Occurred()) SWIG_fail;