X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d8e24dfd72727e2bc3f43a5b706ee2740ce7456..27cc91429d3cfaa5f2de6de299a97da89bdab799:/include/wx/mgl/region.h?ds=sidebyside diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h index 1e6dae11e4..0386a85783 100644 --- a/include/wx/mgl/region.h +++ b/include/wx/mgl/region.h @@ -11,10 +11,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,13 +19,6 @@ class WXDLLEXPORT wxRect; class WXDLLEXPORT wxPoint; class MGLRegion; -enum wxRegionContain -{ - wxOutRegion = 0, - wxPartRegion = 1, - wxInRegion = 2 -}; - class WXDLLEXPORT wxRegion : public wxGDIObject { DECLARE_DYNAMIC_CLASS(wxRegion); @@ -53,12 +42,6 @@ public: wxRegion(); ~wxRegion(); - //# Copying - inline wxRegion(const wxRegion& r) - { Ref(r); } - inline wxRegion& operator = (const wxRegion& r) - { Ref(r); return (*this); } - //# Modify region // Clear current region void Clear(void);