X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbfb8bcc3fa17e079d4219655b173f8ed2ccc65a..8ea30e360315c0a50d3049013a95471f7d941daf:/include/wx/generic/region.h diff --git a/include/wx/generic/region.h b/include/wx/generic/region.h index 1163dc9be7..a4fc63a5bd 100644 --- a/include/wx/generic/region.h +++ b/include/wx/generic/region.h @@ -35,13 +35,6 @@ public: wxRegionGeneric(); ~wxRegionGeneric(); - //# Copying - wxRegionGeneric(const wxRegionGeneric& r) - : wxGDIObject() - { Ref(r); } - wxRegionGeneric& operator= (const wxRegionGeneric& r) - { Ref(r); return (*this); } - bool Ok() const { return m_refData != NULL; } bool operator == ( const wxRegionGeneric& region ) const;