]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/region.h
wxVsnprintf() implementation with positional parameters support (patch 1462778);...
[wxWidgets.git] / include / wx / x11 / region.h
index b4c1ce349a69d834c8309fda4365eabe6b426bf5..2dc28ecca0f0089025a95ac21c62ae11271b68ee 100644 (file)
@@ -82,9 +82,6 @@ public:
 
     ~wxRegion();
 
-    wxRegion( const wxRegion& region ) { Ref(region); }
-    wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; }
-
     bool Ok() const { return m_refData != NULL; }
 
     bool operator == ( const wxRegion& region ) const;