X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4845680170a2048d7b7a3da858b6bfc137810d6f..27875fd02150e5d73253e1630d7dd9f729f3ac78:/include/wx/mac/carbon/region.h?ds=sidebyside diff --git a/include/wx/mac/carbon/region.h b/include/wx/mac/carbon/region.h index 33440ec1a6..504a944e3b 100644 --- a/include/wx/mac/carbon/region.h +++ b/include/wx/mac/carbon/region.h @@ -12,10 +12,6 @@ #ifndef _WX_REGION_H_ #define _WX_REGION_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "region.h" -#endif - #include "wx/list.h" #include "wx/gdiobj.h" #include "wx/gdicmn.h" @@ -23,10 +19,6 @@ class WXDLLEXPORT wxRect; class WXDLLEXPORT wxPoint; -enum wxRegionContain { - wxOutRegion = 0, wxPartRegion = 1, wxInRegion = 2 -}; - // So far, for internal use only enum wxRegionOp { wxRGN_AND, // Creates the intersection of the two combined regions. @@ -58,13 +50,6 @@ public: ~wxRegion(); - //# Copying - wxRegion(const wxRegion& r) - : wxGDIObject() - { Ref(r); } - wxRegion& operator = (const wxRegion& r) - { Ref(r); return (*this); } - //# Modify region // Clear current region void Clear();