From 07f52d8baa7c702db39fd87ca7d5fa763279696a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Thu, 10 Aug 2006 20:16:15 +0000 Subject: [PATCH] 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 --- include/wx/mac/classic/region.h | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.50.0