X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..f644bc116bbe46d6ab609a44c05835dc4d87ba02:/include/wx/palmos/region.h?ds=sidebyside diff --git a/include/wx/palmos/region.h b/include/wx/palmos/region.h index 540fca45a9..c489ecfe06 100644 --- a/include/wx/palmos/region.h +++ b/include/wx/palmos/region.h @@ -56,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 // -------------