]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/region.h
Corrected VC++ compilo (not yet tested)
[wxWidgets.git] / include / wx / x11 / region.h
index b4c1ce349a69d834c8309fda4365eabe6b426bf5..73b4b2f8c2deadcaed445d508685cd931423db65 100644 (file)
@@ -26,13 +26,6 @@ class WXDLLIMPEXP_CORE wxRegion;
 // constants
 //-----------------------------------------------------------------------------
 
-enum wxRegionContain
-{
-    wxOutRegion = 0,
-    wxPartRegion = 1,
-    wxInRegion = 2
-};
-
 // So far, for internal use only
 enum wxRegionOp
 {
@@ -82,9 +75,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;