From a5ba65d307a70408462170a687d8614caaeae025 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 10 Aug 2006 19:56:32 +0000 Subject: [PATCH] compilation fix: remove wxRegionContain enum which is now defined in wx/region.h itself git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/region.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wx/mac/carbon/region.h b/include/wx/mac/carbon/region.h index ce3a08204a..504a944e3b 100644 --- a/include/wx/mac/carbon/region.h +++ b/include/wx/mac/carbon/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. -- 2.45.2