X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8855e47254a28f5141524b3aaaac03c2944e997..641d44aef554d7e62d8bd0f35c98bd2b9b15b5b0:/include/wx/mac/classic/region.h 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.