]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
Compilation fix
[wxWidgets.git] / include / wx / gtk1 / region.h
index 5319f14975c6bd1f5d894cc17fae8ce82ee20c5a..217b37195f03ceb40d241d47898c059e81d92b88 100644 (file)
@@ -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;