X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/744c594651e4456776f1428a58db11a3e188ce6c..e3141a349e438c71338085ea2e713e716ca2c613:/include/wx/os2/region.h diff --git a/include/wx/os2/region.h b/include/wx/os2/region.h index d0b54162b4..b19dfd045d 100644 --- a/include/wx/os2/region.h +++ b/include/wx/os2/region.h @@ -21,10 +21,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. ,wxRGN_COPY // Creates a copy of the region identified by hrgnSrc1.