]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/region.h
added a wxTreeEvent ctor taking the associated wxTreeCtrl and optional wxTreeItemId...
[wxWidgets.git] / include / wx / mgl / region.h
index c5f7a9464eda85a20bc9affab9eb711194d06770..7bc3b81b4460d03ff829d7c21cb005238ff301c1 100644 (file)
@@ -49,12 +49,6 @@ public:
     wxRegion();
     ~wxRegion();
 
-    //# Copying
-    inline wxRegion(const wxRegion& r)
-        { Ref(r); }
-    inline wxRegion& operator = (const wxRegion& r)
-        { Ref(r); return (*this); }
-
     //# Modify region
     // Clear current region
     void Clear(void);