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
This commit is contained in:
Vadim Zeitlin
2006-08-10 19:56:32 +00:00
parent 6be2e1ffd5
commit a5ba65d307

View File

@@ -19,10 +19,6 @@
class WXDLLEXPORT wxRect; class WXDLLEXPORT wxRect;
class WXDLLEXPORT wxPoint; class WXDLLEXPORT wxPoint;
enum wxRegionContain {
wxOutRegion = 0, wxPartRegion = 1, wxInRegion = 2
};
// So far, for internal use only // So far, for internal use only
enum wxRegionOp { enum wxRegionOp {
wxRGN_AND, // Creates the intersection of the two combined regions. wxRGN_AND, // Creates the intersection of the two combined regions.