]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/region.h
wxTheColourDatabase->Find() can fail.
[wxWidgets.git] / include / wx / mac / carbon / region.h
index 21831e4e54d35ebc2d6646c747f6b3ea32d7805b..ce3a08204a087ef8efafac528bc8b5d9e65f2b85 100644 (file)
@@ -54,13 +54,6 @@ public:
 
     ~wxRegion();
 
-    //# Copying
-    wxRegion(const wxRegion& r)
-        : wxGDIObject()
-    { Ref(r); }
-    wxRegion& operator = (const wxRegion& r)
-    { Ref(r); return (*this); }
-
     //# Modify region
     // Clear current region
     void Clear();