]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/region.h
show the function in which the assert failure occured if the compiler supports it
[wxWidgets.git] / include / wx / msw / region.h
index 848a519e60d660bb6fdd30bb25e4b4c787a1d539..d6cac7c66725b1aec4a8ec0f4a0d2e66beb22887 100644 (file)
@@ -56,12 +56,6 @@ public:
 
     virtual ~wxRegion();
 
-    // Copying
-    wxRegion(const wxRegion& r) : wxGDIObject(r)
-        { Ref(r); }
-    wxRegion& operator = (const wxRegion& r)
-        { Ref(r); return (*this); }
-
     // Modify region
     // -------------