]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/region.h
Added wxDataViewProgressCell with native code
[wxWidgets.git] / include / wx / gtk / region.h
index f9925be044cbaaa5a56711dd47bfe8e1f06a9c9d..80eca895364e1c65bb83377f171fe86c279b4eac 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;