X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..c06bbbff2211c447a8a300eeece87d67fcd95095:/include/wx/palmos/region.h diff --git a/include/wx/palmos/region.h b/include/wx/palmos/region.h index b44b8f08fc..c489ecfe06 100644 --- a/include/wx/palmos/region.h +++ b/include/wx/palmos/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/gdiobj.h" #include "wx/gdicmn.h" @@ -60,12 +56,6 @@ public: virtual ~wxRegion(); - // Copying - wxRegion(const wxRegion& r) : wxGDIObject(r) - { Ref(r); } - wxRegion& operator = (const wxRegion& r) - { Ref(r); return (*this); } - // Modify region // -------------