X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..dfa0b52f4ac947d5e7566dabb81c39bbf881fac5:/include/wx/msw/region.h?ds=inline diff --git a/include/wx/msw/region.h b/include/wx/msw/region.h index 848a519e60..d6cac7c667 100644 --- a/include/wx/msw/region.h +++ b/include/wx/msw/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 // -------------