From: Václav Slavík Date: Thu, 10 Aug 2006 20:16:15 +0000 (+0000) Subject: moved duplicated wxRegionContain definitions to wx/region.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/07f52d8baa7c702db39fd87ca7d5fa763279696a moved duplicated wxRegionContain definitions to wx/region.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40557 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/classic/region.h b/include/wx/mac/classic/region.h index 7c10bd8e5e..4e246f4506 100644 --- a/include/wx/mac/classic/region.h +++ b/include/wx/mac/classic/region.h @@ -19,10 +19,6 @@ class WXDLLEXPORT wxRect; class WXDLLEXPORT wxPoint; -enum wxRegionContain { - wxOutRegion = 0, wxPartRegion = 1, wxInRegion = 2 -}; - // So far, for internal use only enum wxRegionOp { wxRGN_AND, // Creates the intersection of the two combined regions.