X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85f6b408dfd796805b1c43718e69549506353ca7..8c94336825149d5f329eaea77ba32ae5b5fd3a31:/include/wx/os2/region.h?ds=sidebyside diff --git a/include/wx/os2/region.h b/include/wx/os2/region.h index 6205315f22..348f24008b 100644 --- a/include/wx/os2/region.h +++ b/include/wx/os2/region.h @@ -59,14 +59,6 @@ public: wxRegion(); ~wxRegion(); - // - // Copying - // - inline wxRegion(const wxRegion& rSrc) - { Ref(rSrc); } - inline wxRegion& operator = (const wxRegion& rSrc) - { Ref(rSrc); return (*this); } - // // Modify region //