X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbfb8bcc3fa17e079d4219655b173f8ed2ccc65a..ad63bf413b716c673804ab7ef957d90731f8f839:/include/wx/gtk/region.h diff --git a/include/wx/gtk/region.h b/include/wx/gtk/region.h index f9925be044..80eca89536 100644 --- a/include/wx/gtk/region.h +++ b/include/wx/gtk/region.h @@ -80,11 +80,6 @@ public: ~wxRegion(); - wxRegion( const wxRegion& region ) - : wxGDIObject() - { Ref(region); } - wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; } - bool Ok() const { return m_refData != NULL; } bool operator == ( const wxRegion& region ) const;