]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/region.h
removed wxUSE_TOOLBAR_SIMPLE leftovers from the main sources, it's not used anywhere...
[wxWidgets.git] / include / wx / mgl / region.h
index 7bc3b81b4460d03ff829d7c21cb005238ff301c1..0386a8578353a3c387138b75089b3352860cef5b 100644 (file)
@@ -19,13 +19,6 @@ class WXDLLEXPORT wxRect;
 class WXDLLEXPORT wxPoint;
 class MGLRegion;
 
-enum wxRegionContain
-{
-    wxOutRegion = 0,
-    wxPartRegion = 1,
-    wxInRegion = 2
-};
-
 class WXDLLEXPORT wxRegion : public wxGDIObject
 {
     DECLARE_DYNAMIC_CLASS(wxRegion);