X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d8e24dfd72727e2bc3f43a5b706ee2740ce7456..afbe150a7625268fb9fcc1a770dfb7d7bd218e01:/include/wx/mgl/region.h diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h index 1e6dae11e4..7bc3b81b44 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" @@ -53,12 +49,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);