X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..5f2c545c7f4cb9c80088d50f79c6946c1215c7df:/include/wx/mgl/region.h diff --git a/include/wx/mgl/region.h b/include/wx/mgl/region.h index c5f7a9464e..7bc3b81b44 100644 --- a/include/wx/mgl/region.h +++ b/include/wx/mgl/region.h @@ -49,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);