X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fbfb8bcc3fa17e079d4219655b173f8ed2ccc65a..ad7b3b7682e2556326af7a63e3f0d0b1cb801899:/include/wx/x11/region.h diff --git a/include/wx/x11/region.h b/include/wx/x11/region.h index b4c1ce349a..73b4b2f8c2 100644 --- a/include/wx/x11/region.h +++ b/include/wx/x11/region.h @@ -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;