X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ef94bfc25eb21f1d3fa93b3d55c5a1ca18d8e62..10d878a9ea0b6bf66c469afe265735721c81a1f7:/include/wx/gtk1/region.h diff --git a/include/wx/gtk1/region.h b/include/wx/gtk1/region.h index 5319f14975..12a5b207bf 100644 --- a/include/wx/gtk1/region.h +++ b/include/wx/gtk1/region.h @@ -24,13 +24,6 @@ class WXDLLIMPEXP_CORE wxRegion; // constants //----------------------------------------------------------------------------- -enum wxRegionContain -{ - wxOutRegion = 0, - wxPartRegion = 1, - wxInRegion = 2 -}; - // So far, for internal use only enum wxRegionOp { @@ -80,11 +73,6 @@ public: ~wxRegion(); - wxRegion( const wxRegion& region ) - : wxGDIObject() - { Ref(region); } - wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; } - bool Ok() const { return m_refData != NULL; } bool operator == ( const wxRegion& region ) const;