]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/region.h
fix printf() argument type in GetOsInfo()
[wxWidgets.git] / include / wx / gtk1 / region.h
index 5319f14975c6bd1f5d894cc17fae8ce82ee20c5a..12a5b207bf4f397f2d5c60c46bd03a97f45ed856 100644 (file)
@@ -24,13 +24,6 @@ class WXDLLIMPEXP_CORE wxRegion;
 // constants
 //-----------------------------------------------------------------------------
 
-enum wxRegionContain
-{
-    wxOutRegion = 0,
-    wxPartRegion = 1,
-    wxInRegion = 2
-};
-
 // So far, for internal use only
 enum wxRegionOp
 {
@@ -80,11 +73,6 @@ public:
 
     ~wxRegion();
 
-    wxRegion( const wxRegion& region )
-        : wxGDIObject()
-        { Ref(region); }
-    wxRegion& operator = ( const wxRegion& region ) { Ref(region); return *this; }
-
     bool Ok() const { return m_refData != NULL; }
 
     bool operator == ( const wxRegion& region ) const;